OFFSET
1,1
COMMENTS
The sequence is a permutation of the numbers > 0.
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 = 121 (composite);
the 11th digit of the sequence (1) concatenated to the 11th term = 141 (composite);
the 12th digit of the sequence (2) concatenated to the 12th term = 12 (composite);
the 13th digit of the sequence (1) concatenated to the 13th term = 161 (composite);
etc.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini and Jean-Marc Falcoz, Feb 20 2019
STATUS
approved