A225330 A continuous "look-and-repeat" sequence (method 1).
1, 1, 1, 1, 4, 4, 1, 2, 2, 4, 1, 1, 1, 2, 2, 2, 1, 1, 4, 3, 3, 1, 3, 3, 2, 2, 2, 1, 1, 1, 4, 2, 2, 3, 1, 1, 1, 2, 2, 3, 3, 3, 2, 3, 3, 1, 1, 1, 4, 2, 2, 2, 1, 1, 3, 3, 3, 1, 2, 2, 2, 3, 3, 3, 1, 1, 2, 2, 2, 3, 3, 3, 1, 1, 1, 4
Offset: 1
Examples
a(1) = 1, you then see "one 1" and repeating "one", a(2) = a(3) = 1 (one) and a(4) = 1; Looking at a(1), a(2), a(3), and a(4) altogether, you then see "four 1": a(5) = a(6) = 4 and a(7) = 1, etc.
Comments