OFFSET
1,2
COMMENTS
The sequence starts with a(1)=1 and is always extended with the smallest integer not yet in the sequence and not leading to a contradiction.
This sequence is probably a permutation of the positive integers.
After 10000 terms, the smallest integer not yet present in the sequence is 913 and the largest one present is 1144810.
LINKS
Eric Angelini, Table of n, a(n) for n = 1..10589
EXAMPLE
The sequence starts with 1,10,2,11,5,12,60,3,30,6,31,15,32,160,... and indeed, 10/1 has 0 as remainder [the last digit of "10", which is the biggest term of the pair (1,10)]; 10/2 has 0 as remainder (again, the last digit of "10"); 11/2 has 1 as remainder; 11/5 has 1 as remainder; 12/5 has 2 as remainder; 60/12 has 0 as remainder; etc.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Eric Angelini and Jean-Marc Falcoz, Jun 30 2016
STATUS
approved