A303948 A fractal-like sequence: erasing all pairs of consecutive terms that have at least one digit in common leaves the sequence unchanged.
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 20, 12, 30, 13, 22, 21, 33, 23, 10, 24, 14, 25, 15, 26, 16, 27, 17, 28, 18, 29, 19, 32, 31, 40, 34, 11, 20, 35, 36, 12, 30, 41, 42, 13, 22, 37, 38, 21, 33, 44, 43, 50, 45, 23, 10, 24, 39, 49, 51, 52, 14, 25, 46, 47, 15, 26, 48, 54, 16, 27, 53, 55, 17, 28
Offset: 1
Examples
Parentheses are added around each pair of terms having at least one digit in common: 1,2,3,4,5,6,7,8,9,(10,11),(20,12),(30,13),(22,21),(33,23),10,(24,14),(25,15),(26,16),(27,17),(28,18),(29,19),(32,31),(40,34),11,20,(35,36),12,30,(41,42),13, Erasing all the parenthesized contents yields 1,2,3,4,5,6,7,8,9,(.....),(.....),(.....),(.....),(.....),10,(.....),(.....),(.....),(.....),(.....),(.....),(.....),(.....),11,20,(.....),12,30,(.....),13, We see that the remaining terms slowly rebuild the starting sequence.
Links
- Lars Blomberg, Table of n, a(n) for n = 1..10000
Crossrefs
Cf. A303845 for another "erasing criterion" (prime by concatenation).
Comments