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!)
A016448 Continued fraction for log(20). 2
2, 1, 233, 3, 6, 2, 1, 1, 2, 2, 2, 4, 8, 2, 2, 1, 27, 1, 6, 6, 2, 1, 4, 3, 1, 1, 1, 33, 2, 1, 2, 1, 1, 1, 3, 5, 3, 1, 3, 2, 2, 3, 7, 1, 2, 1, 4, 1, 5, 1, 2, 3, 4, 11, 2, 8, 2, 3, 5, 3, 1, 2, 1, 1, 2, 1, 5, 9, 1, 6, 7, 1, 6, 1, 3, 1, 47, 3, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.9957322735539909934352235... = 2 + 1/(1 + 1/(233 + 1/(3 + 1/(6 + ...)))). - Harry J. Smith, May 17 2009
MATHEMATICA
ContinuedFraction[Log[20], 100] (* Paolo Xausa, Mar 22 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(20)); for (n=1, 20000, write("b016448.txt", n, " ", x[n])); } \\ Harry J. Smith, May 17 2009
CROSSREFS
Cf. A016643 Decimal expansion. - Harry J. Smith, May 17 2009
Sequence in context: A010788 A258819 A337051 * A098879 A331818 A261437
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 April 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)