A225331 A continuous "look-and-repeat" sequence (method 2).
1, 1, 1, 1, 3, 3, 1, 2, 2, 3, 1, 1, 1, 2, 2, 2, 1, 1, 3, 3, 3, 1, 3, 3, 2, 2, 2, 1, 3, 3, 3, 1, 1, 1, 2, 2, 3, 3, 3, 2, 1, 1, 1, 3, 3, 3, 3, 3, 1, 2, 2, 2, 3, 3, 3, 1, 1, 2, 3, 3, 1, 5, 5, 3, 1, 1, 1, 3, 3, 2, 3, 3
Offset: 1
Examples
a(1) = 1, then a(2) = a(3) = a(4) = 1 (one one 1). Leaving out the first 1 already said, we now have three 1's, then a(5) = a(6) = 3, and a(7) = 1, etc.
Comments