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.

User: Paul S Cuckoo

Paul S Cuckoo's wiki page.

Paul S Cuckoo has authored 1 sequences.

A323036 Let k be the decimal string formed by the first n digits of Pi after the decimal point; a(n) is the position where the second occurrence of k begins.

Original entry on oeis.org

3, 103, 295, 6955, 6955, 821582, 1457055, 191525093, 570434346, 10685448370, 166717504076, 329466468458
Offset: 1

Author

Paul S Cuckoo, Jan 02 2019

Keywords

Comments

By definition, k occurs at digit place 1 in the decimal expansion of Pi. This sequence returns the digit place of the next occurrence of k. The first 1000 billion digits of Pi where scanned to find the 3 additional terms.

Examples

			The decimal expansion of Pi begins: 3.1415926535897932384626433832795... .
The second occurrence of 1 is at the third position, so a(1) = 3.
The second occurrence of 14 is at position 103, so a(2) = 103.
The second occurrence of 141 is at position 295, so a(3) = 295.
		

Crossrefs

Cf. A000796.

Extensions

a(10)-a(12) from Simon Plouffe, Jan 04 2018