OFFSET
1,2
COMMENTS
The sequence is finite, there is no 23rd term.
LINKS
Eric Angelini, Digits and gaps, personal blog of the author.
EXAMPLE
As we start the sequence with a(1) = 0, the digit 0 must be present in every term of the sequence.
We extend it now with a(2) = 10 as 10 is the smallest integer not present that contains the digit 0.
The next term will be a(3) = 20 as 20 is the smallest integer not present that contains the digit 0.
The next term will be a(4) = 100 as 100 is the smallest integer not present that contains both the digits 0 and 1.
The next term will be a(5) = 30 as 30 is the smallest integer not present that contains the digit 0.
The next term will be a(6) = 102 as 102 is the smallest integer not present that contains the digits 0, 1 and 2.
The next term will be a(7) = 40 as 40 is the smallest integer not present that contains the digit 0.
The next term will be a(8) = 101 as 101 is the smallest integer not present that contains both the digits 0 and 1.
Etc.
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
Eric Angelini and Jean-Marc Falcoz, Aug 06 2024
EXTENSIONS
a(14) and successive terms computed by Michael S. Branicky.
STATUS
approved