OFFSET
1,1
COMMENTS
No digit 0 is admitted in a(n) in order to avoid leading zeroes after the concatenation.
LINKS
Jean-Marc Falcoz, Table of n, a(n) for n = 1..10009
EXAMPLE
The 1st digit of the sequence (2) concatenated to the 1st term = 22 (composite);
The 2nd digit of the sequence (3) concatenated to the 2nd term = 33 (composite);
The 3rd digit of the sequence (4) concatenated to the 3rd term = 44 (composite);
The 4th digit of the sequence (5) concatenated to the 4th term = 55 (composite);
The 5th digit of the sequence (6) concatenated to the 5th term = 66 (composite);
The 6th digit of the sequence (7) concatenated to the 6th term = 77 (composite);
The 7th digit of the sequence (8) concatenated to the 7th term = 88 (composite);
The 8th digit of the sequence (9) concatenated to the 8th term = 99 (composite);
The 9th digit of the sequence (1) concatenated to the 9th term = 111 (composite);
The 10th digit of the sequence (1) concatenated to the 10th term = 112 (composite);
etc.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini and Jean-Marc Falcoz, Feb 20 2019
STATUS
approved