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