A385330 The point numbers encountered by a rotating marker following the process described in the Comments.
1, 1, 2, 1, 1, 2, 3, 1, 2, 2, 1, 3, 1, 2, 4, 1, 3, 1, 2, 2, 2, 3, 1, 4, 3, 1, 2, 5, 1, 4, 1, 2, 3, 1, 3, 2, 2, 4, 2, 3, 1, 5, 4, 3, 6, 1, 1, 2, 5, 2, 1, 4, 3, 1, 2, 3, 4, 1, 3, 2, 2, 5, 4, 2, 6, 3, 1, 5, 7, 1, 4, 3, 6, 1, 1, 2, 2, 5, 3, 2, 1, 4, 4, 3, 1, 2, 5
Offset: 1
Examples
The sequence can be written as an irregular triangle, read by rows, with row n corresponding to laying down the n-star. The first few rows are (star-number, point-number): (1,1); (2,1), (2,2)*; (3,1), (2,1), (3,2), (3,3); (4,1), (2,2), (4,2), (3,1), (4,3), (2,1), (3,2), (4,4); (5,1), (3,3), (4,1), (2,2), (5,2), (4,2), (5,3), (3,1), (5,4), (4,3), (2,1), (3,2), (5,5); ... * The label (2,2) overwrites the (1,1) label (the only known occurrence of an overwrite).
Links
- Sean A. Irvine, Java program (github)
- Tamas Sandor Nagy, Illustration for the construction of the sequence.
Crossrefs
Cf. A385615.
Extensions
More terms from Sean A. Irvine, Jun 30 2025
Comments