OFFSET
1,2
COMMENTS
The sequence is conjectured to be a permutation of the positive integers.
LINKS
Scott R. Shannon, Table of n, a(n) for n = 1..10000
EXAMPLE
a(2) = 4 as 2^4 = 16 which contains a(n-1) = a(1) = '1' as a substring.
a(7) = 14 as 2^14 = 16384 which contains a(n-1) = a(6) = '3' as a substring. Note that 2^5 = 32 also contains '3' as a substring but 5 has already been used.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Scott R. Shannon, Apr 11 2024
STATUS
approved