OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..369 from M. F. Hasler)
Eric Weisstein's World of Mathematics, Pi Digits.
FORMULA
a(n) = A014976(n) - 1. - M. F. Hasler, Jul 29 2024
EXAMPLE
Pi = 3.14159 26535 89793 23846 26433 83279 5*0*288 4... (Position 32 refers to the 32nd digit after the decimal point.)
MATHEMATICA
Flatten @ Position[ RealDigits[Pi - 3, 10, 500][[1]], 0] (* Robert G. Wilson v, Mar 07 2011 *)
PROG
(PARI) for(c=1, default(realprecision, 2011)-2, Pi\.1^c%10 || print1(c", ")) \\ M. F. Hasler, Oct 23 2011
(PARI) A037008_upto(N=999)={localprec(N+20); [i-1|i<-[1..#N=digits(Pi\10^-N)], !N[i]]} \\ M. F. Hasler, Jul 29 2024
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Nicolau C. Saldanha (nicolau(AT)mat.puc-rio.br)
EXTENSIONS
Name edited by M. F. Hasler, Jul 29 2024
STATUS
approved