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!)
A160229 Write Pi-3 in binary and report the number of ones in the first 10^n decimal places. 2
2, 40, 488, 4985, 50077, 499721, 5002607, 5000079 (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]], 1] + 2; Do[ Print[{n, f@n}], {n, 8}]
CROSSREFS
Sequence in context: A035604 A180429 A108033 * A012807 A127186 A139747
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, May 04 2009
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 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)