OFFSET
1,1
LINKS
Dave Andersen, Pi-Search Page
Eric Weisstein's World of Mathematics, Pi Digits.
MATHEMATICA
Transpose[ StringPosition[ StringDrop[ ToString[ N[Pi, 28588]], 2], "999"]][[1]]
Flatten[With[{p=Partition[RealDigits[Pi, 10, 30000][[1]], 3, 1]}, Position[p, {9, 9, 9}]]]-1 (* Harvey P. Dale, Jan 05 2013 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Rick L. Shepherd, May 05 2003
STATUS
approved