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.
3, 103, 295, 6955, 6955, 821582, 1457055, 191525093, 570434346, 10685448370, 166717504076, 329466468458
Offset: 1
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.
Links
- Peter Treub, 1000 billion digits of Pi, at Archive.org site. [_Simon Plouffe_, Jan 04 2019]
Crossrefs
Cf. A000796.
Extensions
a(10)-a(12) from Simon Plouffe, Jan 04 2018
Comments