A134258 Positions of 8 after decimal point in decimal expansion of 1/Pi.
3, 7, 8, 11, 33, 39, 47, 52, 62, 63, 75, 83, 107, 122, 124, 145, 156, 159, 166, 169, 171, 187, 200, 215, 221, 224, 231, 243, 256, 257, 263, 268, 282, 283, 286, 289, 293, 294, 307, 310, 311, 313, 327, 349, 366, 367, 390, 392, 402, 405, 420, 427, 428, 445, 477
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Harvey P. Dale)
Crossrefs
Programs
-
Mathematica
Flatten[Position[RealDigits[1/Pi,10,500][[1]],8]] (* Harvey P. Dale, Jun 07 2012 *)