--
You received this message because you are subscribed to the Google Groups "SeqFan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seqfan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CAA%3DdhBxCMdPjSxoE8%2BHmaretnXaqvMTJYz-AOXfXJYm4gk4V%3Dw%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CAOX9QiC%3DCuUE4iSX6oT_eJhZP%2BDoOO-%2Bi6sKK428gubBD7UCDg%40mail.gmail.com.
Theorem: n is good implies that n-2 is a square. Proof: Pick a vertice A on the tree. Record the d(A,B), where B ranges from the n-1 remaining vertices. Suppose that the n-1 distances consist of x even numbers and y odd numbers. For vertices B and C different from A, we note that d(B,C) == d(A,B)+d(A,C) (mod 2). So there are exactly y + xy pairwise distances. So we know that x+y = n-1 and (x+1)y = (n(n-1)/2+1)/2. Then it's easy to get n-2 is a square.
--
You received this message because you are subscribed to the Google Groups "SeqFan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seqfan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CAP%3DxTqPuXSA6PTtWmjQHrcJDinwbu_RvVHCzQ3ZGPgSp5%2BRs5w%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CAJeNNUgLEdKttTHhTp%2Bp3pHSDhQy41XKW-eQSd66NRqFqq0nUA%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CAOX9QiC%3DCuUE4iSX6oT_eJhZP%2BDoOO-%2Bi6sKK428gubBD7UCDg%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CADvuK0Kowaa%3D_Lq%2BZcQhEW5p%3DsafNLzW6CFFEnaK3ihnpZ-DZg%40mail.gmail.com.
Thanks. Can you compute the next two candidates: n=9 and n=11?
On Wed, Sep 24, 2025 at 3:28 PM 谢逸凡 <oeis....@gmail.com> wrote:Theorem: n is good implies that n-2 is a square. Proof: Pick a vertice A on the tree. Record the d(A,B), where B ranges from the n-1 remaining vertices. Suppose that the n-1 distances consist of x even numbers and y odd numbers. For vertices B and C different from A, we note that d(B,C) == d(A,B)+d(A,C) (mod 2). So there are exactly y + xy pairwise distances. So we know that x+y = n-1 and (x+1)y = (n(n-1)/2+1)/2. Then it's easy to get n-2 is a square.
I've kicked off n=9, but my quick-and-dirty brute-force Python script is likely to take six days to finish. Someone else might come up with a better way in the meantime.n=11 is completely out of reach for me.
> Suppose that the n-1 distances consist of x even numbers and y odd numbers. So there are exactly y + xy pairwise distances.What is a "pairwise distance" here? There are n(n-1)/2 pairs of nodes in the graph, but I don't see how that relates to x or y here. Maybe if you draw out an example on your n=6 graph, taking the upper left point as A; and then again, taking one of the middle points as A...?
--
You received this message because you are subscribed to the Google Groups "SeqFan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seqfan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/beb5675a-4b6a-4d10-888f-a9fe1c6e28fbn%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CAA%3DdhBxz0iyyPSp4D8ujJ%2B%2BLBDhPcfx1nL1wLFvA2gHiir%2BgLw%40mail.gmail.com.