OFFSET
0,2
COMMENTS
A mesosome is a word of the form x x', where x' is a cyclic shift of x, different from x. A string is mesosome-avoiding if it has no subword (contiguous block) that is a mesosome.
LINKS
Robert Cummings, Jeffrey Shallit and Paul Staadecker, Mesosome Avoidance, arXiv:2107.13813 [cs.DM], 2021.
FORMULA
Let n = 4k + i for i = 0, 1, 2, 3 and n >= 5. Then:
a(4k ) = (4k^3 + 15k^2 + 41k - 12)/3;
a(4k + 1) = (4k^3 + 18k^2 + 50k )/3;
a(4k + 2) = (4k^3 + 21k^2 + 59k + 12)/3;
a(4k + 3) = (4k^3 + 24k^2 + 68k + 30)/3. [from 'Mesosome Avoidance', Theorem 2, eqn. (1), Georg Fischer, Nov 25 2022]
EXAMPLE
For n = 4 the only strings not counted are 0110 and 1001.
CROSSREFS
KEYWORD
nonn
AUTHOR
Jeffrey Shallit, Feb 08 2021
STATUS
approved