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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016464 Continued fraction for log(36). 2
3, 1, 1, 2, 2, 36, 1, 660, 1, 1, 6, 10, 1, 1, 1, 2, 1, 2, 1, 2, 2, 7, 2, 11, 1, 2, 1, 1, 1, 2, 2, 1, 76, 3, 1, 1, 6, 6, 11, 2, 4, 1, 2, 18, 1, 1, 1, 1, 1, 15, 3, 1, 24, 2, 3, 1, 13, 1, 14, 1, 4, 2, 4, 3, 3, 1, 3, 1, 3, 1, 19, 1, 2, 2, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.583518938456110001624954716... = 3 + 1/(1 + 1/(1 + 1/(2 + 1/(2 + ...)))). - Harry J. Smith, May 21 2009
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(36)); for (n=1, 20000, write("b016464.txt", n, " ", x[n])); } \\ Harry J. Smith, May 21 2009
CROSSREFS
Cf. A016659 Decimal expansion. - Harry J. Smith, May 21 2009
Sequence in context: A204253 A064048 A336218 * A245570 A243925 A348282
KEYWORD
nonn,cofr
AUTHOR
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 December 5 05:37 EST 2023. Contains 367575 sequences. (Running on oeis4.)