OFFSET
1,2
COMMENTS
Two words are conjugate if one is a cyclic shift of the other, such as "enlist" and "listen". A word w is bordered if it has a nonempty prefix that is also a suffix (and not equal to w), such as the word "entanglement". Harju and Nowotka show that for length-n binary words, at most n/2 unbordered conjugates are possible.
LINKS
T. Harju and D. Nowotka, Border correlation of binary words, J. Combin. Theory Ser. A 108 (2004), 331-341.
EXAMPLE
For n = 10, the word 0000101101 has 10 distinct conjugates, but only 4 of them are unbordered: {0000101101, 1011010000, 1101000010, 0100001011}. This is maximum for n = 10.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Jeffrey Shallit, Jan 10 2019
EXTENSIONS
a(25)-a(39) from Lars Blomberg, Jan 25 2019
STATUS
approved