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!)
A016548 Continued fraction for log(41/2). 2
3, 48, 1, 23, 1, 12, 1, 1, 19, 6, 1, 4, 15, 1440, 1, 1, 2, 1, 2, 1, 1, 1, 1, 2, 1, 5, 1, 2, 4, 1, 4, 1, 1, 4, 1, 1, 1, 26, 2, 1, 11, 4, 4, 1, 2, 1, 3, 3, 55, 26, 1, 22, 2, 1, 10, 1, 20, 5, 2, 336, 2, 1, 1, 3, 2, 1, 2, 2, 9, 1, 1, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
3.0204248861443624944495312... = 3 + 1/(48 + 1/(1 + 1/(23 + 1/(1 + ...)))). - Harry J. Smith, May 27 2009
MATHEMATICA
ContinuedFraction[Log[41/2], 80] (* Harvey P. Dale, Dec 13 2011 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(41/2)); for (n=1, 20000, write("b016548.txt", n, " ", x[n])); } \\ Harry J. Smith, May 27 2009
CROSSREFS
Cf. A016597 Decimal expansion. - Harry J. Smith, May 27 2009
Sequence in context: A355256 A354556 A219162 * A208059 A162333 A003878
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)