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..10001
EXAMPLE
The 1st digit of the sequence (1) concatenated to the 1st term = 101 (10 -> 101);
the 2nd digit of the sequence (0) concatenated to the 2nd term = 10 (1 -> 10);
the 3rd digit of the sequence (1) concatenated to the 3rd term = 21 (2 -> 21);
the 4th digit of the sequence (2) concatenated to the 4th term = 32 (3 -> 32);
the 5th digit of the sequence (3) concatenated to the 5th term = 43 (4 -> 43);
the 6th digit of the sequence (4) concatenated to the 6th term = 54 (5 -> 54);
the 7th digit of the sequence (5) concatenated to the 7th term = 65 (6 -> 65);
the 8th digit of the sequence (6) concatenated to the 8th term = 76 (7 -> 76);
the 9th digit of the sequence (7) concatenated to the 9th term = 87 (8 -> 87);
the 10th digit of the sequence (8) concatenated to the 10th term = 98 (9 -> 98);
the 11th digit of the sequence (9) concatenated to the 11th term = 129 (12 -> 129);
etc.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini and Jean-Marc Falcoz, Feb 20 2019
STATUS
approved