|
| |
|
|
A031297
|
|
a(n)=least k such that base 10 representation of n begins at s(k), where s=A007376.
|
|
2
| |
|
|
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 1, 16, 18, 20, 22, 24, 26, 28, 30, 15, 34, 2, 38, 40, 42, 44, 46, 48, 50, 17, 37, 56, 3, 60, 62, 64, 66, 68, 70, 19, 39, 59, 78, 4, 82, 84, 86, 88, 90, 21, 41, 61, 81, 100, 5, 104, 106, 108, 110, 23, 43, 63, 83
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
LINKS
| Nathaniel Johnston, Table of n, a(n) for n = 1..10000
|
|
|
MAPLE
| with(StringTools): s:="": for n from 1 to 70 do s:=cat(s, convert(n, string)): od: seq(Search(convert(n, string), s), n=1..70); # Nathaniel Johnston, May 26 2011
|
|
|
CROSSREFS
| Cf. A165449.
Sequence in context: A004917 A077741 A132575 * A085516 A194845 A194056
Adjacent sequences: A031294 A031295 A031296 * A031298 A031299 A031300
|
|
|
KEYWORD
| nonn,easy,base
|
|
|
AUTHOR
| Clark Kimberling (ck6(AT)evansville.edu)
|
| |
|
|