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!)
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
MATHEMATICA
ContinuedFraction[Log[36], 100] (* Paolo Xausa, Mar 22 2024 *)
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 May 17 05:33 EDT 2024. Contains 372579 sequences. (Running on oeis4.)