OFFSET
1,2
LINKS
Jasper Mulder, Table of n, a(n) for n=1..2000
EXAMPLE
13 in binary is 1101, which reversed is 1011. a(13) = the smallest integer > a(12)=14 that contains the string 1011 as a substring in its binary representation. a(13) therefore equals 22, which is 10110 in binary.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Leroy Quet, Jun 23 2009
EXTENSIONS
Corrected and extended by Sean A. Irvine and Jasper Mulder (jasper.mulder(AT)planet.nl), Oct 04 2009
Minor edits by Ray Chandler, Mar 12 2010
STATUS
approved