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.

Showing 1-1 of 1 results.

A331881 a(n) is the first n-digit substring to occur n times in the decimal expansion of the fractional part of Pi.

Original entry on oeis.org

1, 26, 446, 2796, 86538, 872117, 1591292, 66416662
Offset: 1

Views

Author

Stijn Dierckx, Jan 30 2020

Keywords

Examples

			a(1) = 1, because '1' is the first 1-digit string appearing 1 time (at position 1);
a(2) = 26, because '26' is the first 2-digit string appearing 2 times (at positions 6 and 21);
a(3) =  446, because '446' is the first 3-digit string appearing 3 times (at positions 125, 182 and 217);
and so on.
		

Crossrefs

Cf. A331882 (the number of digits needed to find the repeated n-digit strings).
Showing 1-1 of 1 results.