OFFSET
1,1
COMMENTS
When written in binary, a(n) is the smallest positive integer that is not a palindrome, and that contains the n-th positive binary palindrome as a substring.
a(n) = 2 * A006995(n).
LINKS
Jasper Mulder, Table of n, a(n) for n=1..50000
EXAMPLE
The fifth positive integer that is a palindrome in base 2 is 9, which is 1001 in binary. a(5) therefore equals 18, which is 10010 in binary. 18 is the smallest integer, which when written in binary, it is not a palindrome and it contains 1001 as a substring.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Leroy Quet, Aug 12 2009
EXTENSIONS
More terms from Jasper Mulder (jasper.mulder(AT)planet.nl), Oct 12 2009
More terms from Sean A. Irvine, Nov 19 2009
Minor edits by Ray Chandler, Mar 16 2010
STATUS
approved