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!)
A071940 Number of 1's among the first n terms of the simple continued fraction for Pi. 0
0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 5, 6, 6, 6, 7, 8, 8, 8, 8, 8, 9, 9, 9, 10, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 14, 15, 15, 15, 16, 16, 17, 17, 17, 17, 18, 18, 19, 20, 20, 21, 22, 23, 23, 24, 25, 25, 26, 27, 27, 28, 28, 29, 30, 30, 30, 30, 30, 31, 31, 31, 31 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
EXAMPLE
The continued fraction for Pi begins: 3, 7, 15, 1, 292, 1, 1, ...; there are 3 "1's" among the first 7 terms, hence a(7)=3.
MATHEMATICA
Accumulate[If[#>1, 0, 1]&/@ContinuedFraction[Pi, 100]] (* Harvey P. Dale, Feb 27 2023 *)
PROG
(PARI) for(n=1, 100, print1(sum(i=1, n, if(component(contfrac(Pi), i)-1, 0, 1)), ", "))
CROSSREFS
Cf. A001203.
Sequence in context: A174697 A176504 A196162 * A085883 A356770 A265912
KEYWORD
easy,nonn,cofr
AUTHOR
Benoit Cloitre, Jun 15 2002
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)