OFFSET
1,2
EXAMPLE
For n = 4 the 10 strings are 0001, 0010, 0100, 0101, 0111 and their binary complements.
The 5 binary palindromes are 00000, 00100, 01010, 01110, 10001, 10101, 11011, 11111. Rotating each of them around gives 32 distinct palindromes. As there are 2^5 = 32 possible binary strings of length 5 there are 32-32 = 0 binary strings such that no rotation is a palindrome. - David A. Corneth, Aug 13 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Jeffrey Shallit, Aug 13 2020
STATUS
approved