login
A332262
Maximum position to start a search within the decimal digits of Pi in order to find all numeric strings with length n.
1
32, 605, 8553, 99846, 1369560, 14118307, 166100500, 1816743905, 22445207398, 241641121039, 2512258603197
OFFSET
1,1
COMMENTS
The minimum position is always 1.
FORMULA
a(n) = A036903(n) - n + 1 = A080597(n) - n.
EXAMPLE
a(1) = 32, since 0 appears at the 32nd decimal digit of Pi.
a(2) = 605, since 68 appears at the 605th decimal digit of Pi.
a(3) = 8553, since 483 appears at the 8553rd decimal digit of Pi.
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
Martin Renner, Feb 25 2020
EXTENSIONS
a(9)-a(11) from A080597(n) - n by Jinyuan Wang, Mar 01 2020
STATUS
approved