A342215 Two successive terms always share a common "digit pattern" (see the Comments section). The successive "common digit patterns", concatenated, reproduce the successive terms of the sequence, concatenated.
1, 10, 100, 101, 1201, 301, 12, 20, 104, 13, 30, 102, 14, 21, 2, 200, 103, 410, 341, 3, 203, 105, 210, 421, 1242, 112, 204, 50, 106, 310, 34, 41, 107, 230, 43, 114, 31, 23, 205, 303, 113, 108, 305, 25, 121, 109, 40, 24, 123, 15, 120, 42, 1142, 211, 26, 207, 140, 45, 250, 110, 610, 36, 131, 160, 302, 134, 4
Offset: 1
Examples
The first ten terms are 1, 10, 100, 101, 1201, 301, 12, 20, 104, 13. The "common patterns" are 1 10 10 01 01 1 2 0 1 and their concatenation is 1101001011201 - which is exactly the start of the concatenation of the sequence's terms.
Links
- Carole Dubois, Conjectured table of n, a(n) for n = 1..789
Crossrefs
Cf. A152603
Comments