OFFSET
1,2
LINKS
Jean-Marc Falcoz, Table of n, a(n) for n = 1..20002
EXAMPLE
The sequence starts with 1,10,2,3,4,7,6,5,8,9,14,12,13,16,11,18,20,22,...
The 1st digit (1) added to a(1) = 1 produces the prime 2;
the 2nd digit (1) added to a(2) = 10 produces the prime 11;
the 3rd digit (0) added to a(3) = 2 produces the prime 2;
the 4th digit (2) added to a(4) = 3 produces the prime 5;
the 5th digit (3) added to a(5) = 4 produces the prime 7;
the 6th digit (4) added to a(6) = 7 produces the prime 11;
the 7th digit (7) added to a(7) = 6 produces the prime 13;
the 8th digit (6) added to a(8) = 5 produces the prime 11;
etc.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini and Jean-Marc Falcoz, Feb 07 2019
STATUS
approved