A330022 Length of shortest binary string containing, as contiguous blocks, all palindromes of length n.
0, 2, 4, 8, 12, 22, 32
Offset: 0
Examples
The corresponding strings for 1 <= n <= 6 are: 1: 01 2: 0011 3: 00010111 4: 000011001111 5: 0000010001010111011111 6: 00000011001111000010010110111111
Crossrefs
Cf. A057148.
Comments