OFFSET
1,2
COMMENTS
This sequence is a permutation of the numbers > 0.
LINKS
Carole Dubois, Table of n, a(n) for n = 1..5001
EXAMPLE
a(1) = 1
a(2) = 3 is preceded by the 3rd digit of the sequence (this is the 1 of 10);
a(3) = 10 is preceded by the 10th digit of the sequence (this is the 3 of 30);
a(4) = 4 is preceded by the 4th digit of the sequence (this is the 0 of 10);
a(5) = 5 is preceded by the 5th digit of the sequence (this is the 4 of 4);
...
a(9) = 30 because this is the smallest integer not leading to a contradiction [it must start with a 3 because of a(3) fixing the 10th digit of the sequence]; etc.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini and Carole Dubois, Nov 30 2020
STATUS
approved