A352568 Take n equally spaced points on circle, connect them by a path with n-1 line segments; sequence gives number of distinct multisets of segment lengths.
1, 1, 1, 3, 5, 17, 28, 105, 161, 670, 1001, 4129, 6188, 26565, 38591, 167898, 245157, 1072730, 1562275, 6871780, 10011302, 44247137, 64512240, 285599304, 417219530, 1850988412, 2707392498, 12026818454, 17620076360, 78356395953, 114955808528, 511647729284, 751614362180, 3347789809236, 4923688862065, 21944254861680, 32308782859535
Offset: 1
Keywords
Examples
For n = 4 there are two possible edge lengths, the side and the diagonal of the square. For a path with three line segments, we can have 3 sides, 2 sides and one diagonal, or 2 diagonals and one side. So a(4) = 3.
References
- Brendan McKay, Posting to Sequence Fans Mailing List, April 02 2022.
Links
- Samuel C. Gutekunst, Circulant TSP: Vertices of the Edge-Length Polytope and Superpolynomial Lower Bounds, arXiv:2506.10758 [cs.DM], 2025. See pp. 2-3, 6, 17-18.
- P. Horak and A. Rosa, On a problem of Marco Burrati, Electronic J. Combinatorics, 16 (2009) R20.
- Brendan D. McKay and Tim Peters, Paths through equally spaced points on a circle, arXiv:2205.06004 [math.CO], 2022.
- A. Pasotti and M. A. Pellegrini, On the Buratti-Horak-Rosa conjecture about Hamiltonian paths in complete graphs, Electronic J. Combinatorics, 21 (2014) P2.30.
Crossrefs
Cf. A030077.
Extensions
Definition adjusted by Brendan McKay, Apr 03 2022
a(17) to a(37) from Brendan McKay, May 14 2022
Comments