OFFSET
1,4
COMMENTS
For n points on a circle, there are floor(n/2) distinct line segment lengths. Hence an upper bound for a(n) is the number of compositions of n-1 into floor(n/2) nonnegative parts, which is A099578(n-2). Conjecture: the upper bound is attained if n is prime. There are A052558(n-2) paths to be considered. - T. D. Noe, Jan 09 2007 [Edited by Petros Hadjicostas, Jul 19 2018]
LINKS
Sean A. Irvine, Java program (github)
Brendan D. McKay and Tim Peters, Paths through equally spaced points on a circle, arXiv:2205.06004 [math.CO], 2022.
EXAMPLE
For n=4 the 3 lengths are: 3 boundary edges (length 3), edge-diagonal-edge (2 + sqrt(2)) and diagonal-edge-diagonal (1 + 2*sqrt(2)).
For n=5, the 4 edges of the path may include 0,...,4 diagonals, so a(5)=5.
CROSSREFS
KEYWORD
nonn,nice
AUTHOR
Daniel Lurie Gittelson, Dec 11 1999
EXTENSIONS
a(13) - a(16) from T. D. Noe, Jan 09 2007
Removed unnecessary mention of dihedral group from definition. - N. J. A. Sloane, Apr 02 2022
The terms a(1) to a(15) have been verified by Sean A. Irvine and a(1) to a(16) by Brendan McKay. - N. J. A. Sloane, Apr 02 2022
a(17) to a(37) from Brendan McKay, May 14 2022
STATUS
approved