OFFSET
1,1
COMMENTS
The sequence starts with a(1) = 10 and is always extended with the smallest integer not yet present that does not lead to a contradiction.
A permutation of the natural numbers.
LINKS
Jean-Marc Falcoz, Table of n, a(n) for n = 1..10001
EXAMPLE
10 shows at least a digit 0, of course (k = 1)
10 + 20 = 30 and 30 shows at least a digit 0 (k = 2)
10 + 20 + 30 = 60 and 60 shows at least a digit 0 (k = 3)
10 + 20 + 30 + 40 = 100 and 100 shows at least a digit 0 (k = 4)
10 + 20 + 30 + 40 + 1 = 101 and 101 shows at least a digit 0 (k = 5)
10 + 20 + 30 + 40 + 1 + 2 = 103 and 103 shows at least a digit 0 (k = 6)
...
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Eric Angelini and Jean-Marc Falcoz, Feb 23 2018
STATUS
approved