The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A160228 Write Pi-3 in binary and report the number of zeros in the first 10^n decimal places. 2
8, 60, 512, 5015, 49923, 500279, 4997393, 49999921 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A160228(n)+A160229(n)=A011557(n) for n=1...
MATHEMATICA
f[n_] := Count[ RealDigits[Pi - 3, 2, 10^n - 2][[1]], 0] + 2; Do[ Print[{n, f@n}], {n, 8}]
CROSSREFS
Sequence in context: A129331 A369146 A005990 * A274746 A366216 A317774
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, May 04 2009
EXTENSIONS
Edited by Charles R Greathouse IV, Mar 23 2010
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 May 13 02:15 EDT 2024. Contains 372497 sequences. (Running on oeis4.)