A293843 Split the infinite binary word A030302, from left to right, into the largest possible cubefree chunks; a(n) = length of n-th cubefree chunk.
5, 7, 4, 4, 10, 3, 9, 5, 2, 3, 5, 12, 9, 10, 2, 3, 7, 9, 2, 5, 4, 2, 4, 2, 4, 2, 4, 6, 6, 3, 8, 15, 6, 12, 5, 2, 14, 2, 6, 2, 4, 6, 3, 11, 13, 8, 2, 2, 4, 3, 5, 7, 4, 2, 6, 5, 2, 5, 2, 2, 3, 2, 5, 2, 5, 7, 4, 3, 7, 7, 7, 3, 7, 15, 7, 19, 7, 2, 5, 7, 11, 5, 5
Offset: 1
Examples
The following table shows the first terms of the sequence, alongside the corresponding cubefree chunks: n a(n) n-th chunk -- ---- ---------- 1 5 11011 2 7 1001011 3 4 1011 4 4 1100 5 10 0100110101 6 3 011 7 9 110011011 8 5 11011 9 2 11 10 3 100
Links
- Rémy Sigrist, Table of n, a(n) for n = 1..10000
- Rémy Sigrist, PERL program for A293843
Comments