A134256 Positions of 6 after decimal point in decimal expansion of 1/Pi.
9, 16, 23, 27, 38, 61, 74, 88, 96, 106, 117, 127, 149, 154, 177, 190, 216, 235, 236, 239, 292, 303, 312, 322, 336, 337, 339, 344, 345, 361, 377, 406, 413, 417, 444, 446, 471, 487, 488, 492, 496, 508, 511, 522, 526, 532, 549, 555, 559, 568, 570, 576, 578, 589
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]], 6] (* Amiram Eldar, Mar 21 2020 *)