login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A256109 Index of the n-th zero in the first occurrence of a string of exactly n zeros in the decimal expansion of Pi. 1
33, 309, 604, 13394, 17539, 1699933, 3794579, 172330858, 2542542111, 8324296445, 371247087583, 1755524129985, 3186699229903, 6381820482345 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is the least k such that A000796(k-n+1) = ... = A000796(k) = 0 and A000796(k+1) != 0. - Danny Rorabaugh, Mar 31 2015
LINKS
Dave Andersen, The Pi-Search Page.
FORMULA
a(n) = A050279(n) + n. - Danny Rorabaugh, Mar 31 2015
PROG
(PARI) { default(realprecision, 20080); for (m = 1, 10, x = Pi; r = 0; for (n = 1, 20000, d = floor(x); x = (x-d)*10; if(d <> 0, if (r <> m, r = 0, print1(n-1, ", "); r = 0; break), r = r + 1)))}
CROSSREFS
Sequence in context: A222726 A024400 A297492 * A241966 A210077 A210070
KEYWORD
nonn,base,more
AUTHOR
Kival Ngaokrajang, Mar 14 2015
EXTENSIONS
a(6)-a(10) by Danny Rorabaugh, Mar 31 2015
a(11)-a(14) added using A050279 by Jinyuan Wang, Mar 30 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)