A037002 Positions of the digit '3' in the decimal expansion of Pi - 3.
9, 15, 17, 24, 25, 27, 43, 46, 64, 86, 91, 111, 115, 123, 137, 142, 170, 194, 196, 215, 216, 230, 231, 237, 261, 265, 274, 282, 283, 285, 300, 313, 346, 349, 358, 364, 365, 368, 382, 401, 402, 409, 420, 430, 434, 441, 457, 469, 488, 492, 503, 504, 507, 508
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
- Dave Andersen, The Pi-Search page, angio.net, since 1996, updated 2013.
- Eric Weisstein's World of Mathematics, Pi Digits.
Crossrefs
Programs
-
Mathematica
Flatten @ Position[ RealDigits[Pi - 3, 10, 500][[1]], 3] (* Robert G. Wilson v, Mar 07 2011 *)