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!)
A016558 Continued fraction for log(61/2). 2
3, 2, 2, 1, 1, 5, 1, 30, 5, 1, 1, 1, 41, 1, 3, 1, 6, 8, 2, 1, 4, 2, 5, 3, 3, 376, 4, 2, 21, 4, 1, 1, 13, 13, 1, 1, 1, 15, 1, 1, 11, 2, 2, 3, 1, 5, 3, 1, 1, 4, 1, 1, 1, 3, 14, 1, 1, 1, 1, 3, 1, 4, 1, 1, 1, 2, 1, 5, 1, 1, 1, 1, 18, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
3.417726683613365939334156981... = 3 + 1/(2 + 1/(2 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 28 2009
MATHEMATICA
ContinuedFraction[Log[61/2], 100] (* Harvey P. Dale, Feb 05 2023 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(61/2)); for (n=1, 20000, write("b016558.txt", n, " ", x[n])); } \\ Harry J. Smith, May 28 2009
CROSSREFS
Cf. A016607 Decimal expansion. - Harry J. Smith, May 28 2009
Sequence in context: A065310 A226352 A238402 * A154395 A214609 A152159
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)