A360470 Lexicographically earliest sequence of distinct positive integers such that for any n > 0, the k rightmost digits of a(n+1) equal the k leftmost digits of a(n) for some k > 0.
1, 11, 21, 2, 12, 31, 3, 13, 41, 4, 14, 51, 5, 15, 61, 6, 16, 71, 7, 17, 81, 8, 18, 91, 9, 19, 101, 10, 110, 111, 121, 112, 131, 113, 141, 114, 151, 115, 161, 116, 171, 117, 181, 118, 191, 119, 201, 20, 22, 32, 23, 42, 24, 52, 25, 62, 26, 72, 27, 82, 28, 92
Offset: 1
Examples
The first terms are: n a(n) a(n) aligned -- ---- ------------ 1 1 1 2 11 11 3 21 21 4 2 2 5 12 12 6 31 31 7 3 3 8 13 13 9 41 41 10 4 4 11 14 14 12 51 51
Links
- Rémy Sigrist, Table of n, a(n) for n = 1..10000
- Rémy Sigrist, Scatterplot of the first 1000000 terms
- Rémy Sigrist, PARI program
- Index entries for sequences that are permutations of the natural numbers
Programs
-
PARI
See Links section.
Comments