OFFSET
1,5
COMMENTS
All shortest common superstrings share the same number of ones and the same number of substrings of the form "10". If the length of the shortest common superstrings is a power of two (A175808(n) = 2^m), then we know that the lexicographically largest superstring coincides with the lexicographically largest de Bruijn sequence, B(2,m) (A166316(m)). This tells us that in this case all shortest common superstrings contain 2^(m-1) ones in 2^(m-2) groups separated by one or more zeros. - Thomas Scheuerle, Sep 19 2021
FORMULA
From Thomas Scheuerle, Sep 19 2021: (Start)
a(2^n-3) = a(2^n-2) for n > 2. In this case the set of superstrings is equal.
a(2^n-2) = a(2^n-1) = a(2^n) for n > 1. Conjectured. (End)
EXAMPLE
a(5)=2 because there are 2 shortest common superstrings of 1,10,11,100,101; they are 110100 and 101100.
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
Vladimir Reshetnikov, Sep 08 2010
EXTENSIONS
a(21)-a(32) from Thomas Scheuerle, Sep 19 2021
STATUS
approved