OFFSET
1,2
COMMENTS
The sequence does not necessarily give the earliest position of a number.
For example, 1234 first appears at position 1, but a(1234) = 28011.
LINKS
Paul Tek, Table of n, a(n) for n = 1..10000
Paul Tek, PERL program for this sequence
EXAMPLE
The following table lists few first terms, with the corresponding digits induced in the overall sequence:
+----+------+------------------------------------------------------------+
| n | a(n) | New known digits |
+----+------+------------------------------------------------------------+
| 1 | 1 | 1 |
| 2 | 2 | 2 |
| 3 | 3 | 3 |
| 4 | 4 | 4 |
| 5 | 5 | 5 |
| 6 | 6 | 6 |
| 7 | 7 | 7 |
| 8 | 8 | 8 |
| 9 | 9 | 9 |
| 10 | 10 | 10 |
| 11 | 14 | 1411 |
| 12 | 1 | |
| 13 | 17 | 713 |
| 14 | 130 | 0 ... 14 |
| 15 | 21 | 215 |
| 16 | 50 | 0 16 |
| 17 | 15 | 15 |
| 18 | 28 | 2818 |
+----+------+------------------------------------------------------------+
PROG
(Perl) See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Paul Tek, Oct 18 2015
STATUS
approved