login
A037003
Positions of the digit '4' in the decimal expansion of Pi.
24
2, 19, 23, 36, 57, 59, 60, 70, 87, 92, 104, 119, 125, 126, 145, 151, 157, 162, 182, 183, 188, 192, 201, 202, 217, 218, 223, 227, 251, 254, 262, 266, 271, 273, 278, 293, 296, 303, 321, 339, 348, 371, 376, 384, 386, 392, 400, 449, 453, 454, 464, 480, 497, 511
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Pi Digits.
MATHEMATICA
Flatten @ Position[ RealDigits[Pi - 3, 10, 500][[1]], 4] (* Robert G. Wilson v, Mar 07 2011 *)
KEYWORD
base,nonn
AUTHOR
Nicolau C. Saldanha (nicolau(AT)mat.puc-rio.br)
STATUS
approved