A351330 A fractal-like sequence: erase all triples of contiguous terms that have an odd sum; the remaining terms rebuild the starting sequence.
1, 2, 4, 6, 8, 3, 1, 2, 5, 7, 9, 4, 11, 13, 15, 6, 17, 19, 21, 8, 3, 1, 2, 5, 7, 10, 23, 12, 9, 25, 14, 16, 4, 18, 20, 27, 11, 22, 29, 24, 13, 15, 6, 17, 19, 26, 31, 28, 21, 33, 30, 32, 8, 34, 36, 35, 3, 38, 37, 40, 1, 39, 42, 44, 2, 46, 48, 41, 5, 50, 43, 52, 7, 45, 54, 56, 10, 58, 60, 47, 23, 12, 9, 25, 14
Offset: 1
Examples
Parentheses are added around each triple of terms that have an odd sum: (1, 2, 4), (6, 8, 3), 1, 2, (5, 7, 9), 4, (11, 13, 15), 6, (17, 19, 21), 8, 3, 1, 2, 5, 7, (10, 23, 12), 9, (25, 14, 16), 4, (18, 20, 27), 11, (22, 29, 24), 13, 15, 6, 17, 19, (26, 31, 28), 21, (33, 30, 32), 8, (34, 36, 35), 3, (38, 37, 40), 1, (39, 42, 44), 2,... Erasing all the parenthesized contents yields (...), (...), 1, 2, (...), 4, (...), 6, (...), 8, 3, 1, 2, 5, 7, (...), 9, (...), 4, (...), 11, (...), 13, 15, 6, 17, 19, (...), 21, (...), 8, (...), 3, (...), 1, (...), 2,... We see that the remaining terms slowly rebuild the starting sequence.
Links
- Eric Angelini, Fabriquons une suite fractale, January 22nd 2022, personal blog (in French).
Comments