A134214 Positions of 14 after decimal point in decimal expansion of Pi.
1, 103, 250, 295, 385, 610, 651, 670, 882, 895, 1382, 1612, 1628, 1636, 1638, 1696, 1812, 2067, 2118, 2121, 2331, 2539, 2606, 2666, 2685, 2725, 2763, 2782, 2844, 2888, 2916, 2966, 2971, 3013, 3034, 3096, 3125, 3135, 3186, 3237, 3250, 3325, 3362, 3475, 3497
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
First /@ SequencePosition[RealDigits[Pi - 3, 10, 5000][[1]], {1, 4}] (* Amiram Eldar, Mar 20 2020 *)