A134251 Positions of 1 after decimal point in decimal expansion of 1/Pi.
2, 10, 18, 41, 45, 50, 64, 65, 82, 97, 99, 101, 103, 113, 116, 133, 147, 170, 172, 175, 178, 191, 251, 252, 255, 265, 275, 285, 295, 297, 304, 329, 333, 340, 346, 350, 379, 385, 399, 410, 418, 432, 433, 443, 459, 473, 485, 493, 494, 509, 515, 519, 553, 558
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]], 1] (* Amiram Eldar, Mar 21 2020 *)
Comments