OFFSET
1,1
LINKS
Dave Andersen, Pi-Search Page
Eric Weisstein's World of Mathematics, Pi Digits.
MATHEMATICA
Transpose[StringPosition[StringDrop[ToString[N[Pi, 9! ]], 2], "3333"]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jun 19 2009 *)
Flatten[Position[Partition[RealDigits[Pi, 10, 300000][[1]], 4, 1], _?(#== {3, 3, 3, 3}&)]]-1 (* Harvey P. Dale, Oct 25 2011 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Rick L. Shepherd, May 01 2003
STATUS
approved