OFFSET
1,1
COMMENTS
The sequence starts with a(1) = 7 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
7 shows a digit 7, of course (k = 1)
7 + 10 = 17 and 17 shows at least a digit 7 (k = 2)
7 + 10 + 20 = 37 and 37 shows at least a digit 7 (k = 3)
7 + 10 + 20 + 30 = 67 and 67 shows at least a digit 7 (k = 4)
7 + 10 + 20 + 30 + 3 = 70 and 70 shows at least a digit 7 (k = 5)
7 + 10 + 20 + 30 + 3 + 1 = 71 and 71 shows at least a digit 7 (k = 6)
...
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Eric Angelini and Jean-Marc Falcoz, Feb 23 2018
STATUS
approved
