A332262 Maximum position to start a search within the decimal digits of Pi in order to find all numeric strings with length n.
32, 605, 8553, 99846, 1369560, 14118307, 166100500, 1816743905, 22445207398, 241641121039, 2512258603197
Offset: 1
Examples
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.
Extensions
a(9)-a(11) from A080597(n) - n by Jinyuan Wang, Mar 01 2020
Comments