cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Apr 02 2022

Keywords

Comments

This sequence is different from A030077 because there we only look at how many different total path lengths occur, whereas here we look at which individual segment lengths occur in the path. The latter count may be larger, because it can happen that two paths whose compositions are distinct can have the same total length. For n <= 16 this happens just when n is 12 and 15.
Say the type of a segment is its position in the increasing list of floor(n/2) possible segment lengths. The Buratti-Horak-Rosa conjecture is that the following condition is necessary and sufficient for a multiset to be realizable as a path: for each divisor d of n, the number of segments of type divisible by d is at most n-d. The sequence confirms the conjecture up to n=37. - Brendan McKay, May 14 2022
If the Buratti-Horak-Rosa conjecture is true, the values of a(38)-a(50) are 144079707346575, 212327989773900, 947309492837400, 1397281501935165, 6236646703759395, 9206478467454345, 41107996877935680, 60727722660586800, 271250494550621040, 400978991944396320, 1791608261879217600, 2650087220696342700, 11844267374132633700. - Brendan McKay, Jun 14 2022

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.

Crossrefs

Cf. A030077.

Extensions

Definition adjusted by Brendan McKay, Apr 03 2022
a(17) to a(37) from Brendan McKay, May 14 2022