A037006 Positions of the digit '8' in the decimal expansion of Pi.
11, 18, 26, 34, 35, 52, 67, 74, 78, 81, 84, 88, 101, 105, 107, 113, 124, 134, 147, 150, 152, 161, 171, 189, 197, 204, 205, 222, 228, 233, 236, 255, 267, 279, 305, 317, 318, 322, 323, 334, 352, 372, 373, 383, 425, 431, 447, 450, 472, 473, 481, 489, 491, 502
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
- Eric Weisstein's World of Mathematics, Pi Digits.
Crossrefs
Programs
-
Mathematica
Flatten @ Position[ RealDigits[Pi - 3, 10, 500][[1]], 8] (* Robert G. Wilson v, Mar 07 2011 *)