OFFSET
1,1
COMMENTS
This sequence doesn't include any term containing at least one digit 0 or one digit 1 as we want the sequence to extend forever.
Any a(1) < 23 would be in contradiction with the definition.
LINKS
Jean-Marc Falcoz, Table of n, a(n) for n = 1..20001
EXAMPLE
The sequence starts with 23,2,3,4,5,6,7,8,9,22,25,27,29,24...
The 1st digit of the sequence is 2 and 2 is not a divisor of a(1) = 23;
the 2nd digit of the sequence is 3 and 3 is not a divisor of a(2) = 2;
the 3rd digit of the sequence is 2 and 2 is not a divisor of a(3) = 3;
the 4th digit of the sequence is 3 and 3 is not a divisor of a(4) = 4;
the 5th digit of the sequence is 4 and 4 is not a divisor of a(5) = 5;
...
the 11th digit of the sequence is 2 and 2 is not a divisor of a(11) = 25;
the 12th digit of the sequence is 2 and 2 is not a divisor of a(12) = 27;
etc.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini and Jean-Marc Falcoz, Feb 11 2019
STATUS
approved
