OFFSET
1,1
COMMENTS
Starting positions are counted from and after the decimal point. Harvey P. Dale, Mar 09 2022
LINKS
Eric Weisstein's World of Mathematics, Pi Digits
MATHEMATICA
q=3; a=RealDigits[Pi, 10, 2*7! ]; lst={}; Do[b=a[[1]][[n]]; c=a[[1]][[n+1]]; If[b==q&&c==q, AppendTo[lst, n-1]], {n, 2*7!-1}]; lst (* Vladimir Joseph Stephan Orlovsky, Jun 07 2009 *)
SequencePosition[RealDigits[Pi, 10, 6000][[1]], {3, 3}][[All, 1]]-1 (* Harvey P. Dale, Mar 09 2022 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved