cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A332262 Maximum position to start a search within the decimal digits of Pi in order to find all numeric strings with length n.

Original entry on oeis.org

32, 605, 8553, 99846, 1369560, 14118307, 166100500, 1816743905, 22445207398, 241641121039, 2512258603197
Offset: 1

Views

Author

Martin Renner, Feb 25 2020

Keywords

Comments

The minimum position is always 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.
		

Crossrefs

Formula

a(n) = A036903(n) - n + 1 = A080597(n) - n.

Extensions

a(9)-a(11) from A080597(n) - n by Jinyuan Wang, Mar 01 2020