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!)
A016567 Continued fraction for log(79/2). 2
3, 1, 2, 11, 5, 355, 1, 2, 1, 4, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 8, 1, 2, 3, 2, 1, 3, 5, 4, 1, 11, 2, 3, 3, 1, 4, 2, 2, 1, 1, 15, 28, 5, 1, 2, 8, 2, 1, 6, 2, 6, 1, 13, 1, 1, 5, 8, 1, 2, 1, 5, 18, 1, 58, 2, 62, 1, 16, 5, 1, 1, 1, 1, 2, 5, 1, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
3.67630067190707618475571342... = 3 + 1/(1 + 1/(2 + 1/(11 + 1/(5 + ...)))). - Harry J. Smith, May 29 2009
MATHEMATICA
ContinuedFraction[Log[79/2], 100] (* Harvey P. Dale, Aug 21 2022 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(79/2)); for (n=1, 20000, write("b016567.txt", n, " ", x[n])); } \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016616 Decimal expansion. - Harry J. Smith, May 29 2009
Sequence in context: A144156 A116854 A331692 * A304058 A305452 A304704
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 18 23:43 EDT 2024. Contains 372666 sequences. (Running on oeis4.)