A134255 Positions of 5 after decimal point in decimal expansion of 1/Pi.
19, 25, 30, 57, 70, 72, 77, 90, 91, 94, 105, 108, 110, 112, 114, 123, 134, 138, 140, 141, 158, 173, 174, 179, 180, 188, 192, 201, 210, 230, 246, 250, 270, 291, 299, 324, 343, 360, 375, 382, 429, 431, 440, 450, 454, 465, 484, 490, 512, 517, 518, 529, 530, 531
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Flatten @ Position[RealDigits[1/Pi, 10, 500][[1]], 5] (* Amiram Eldar, Mar 21 2020 *)