A134254 Positions of 4 after decimal point in decimal expansion of 1/Pi.
29, 36, 46, 55, 60, 76, 104, 109, 144, 148, 157, 160, 168, 176, 181, 196, 198, 205, 207, 219, 223, 226, 227, 237, 244, 245, 253, 272, 278, 301, 302, 316, 320, 321, 325, 338, 347, 372, 380, 391, 401, 426, 437, 456, 475, 498, 513, 523, 524, 527, 537, 542, 547
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Flatten[Position[RealDigits[1/\[Pi] ,10,1000][[1]],4]] (* Harvey P. Dale, Mar 20 2011 *)