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!)
A016561 Continued fraction for log(67/2). 2
3, 1, 1, 21, 6, 1, 1, 21, 9, 2, 1, 1, 6, 1, 3, 102, 1, 1, 13, 1, 2, 1, 6, 1, 13, 5, 55, 1, 1, 1, 20, 1, 3, 1, 2, 8, 1, 2, 1, 1, 1, 6, 11, 2, 14, 1, 2, 1, 2, 1, 2, 4, 4, 3, 1, 4, 2, 23, 1, 1, 11, 10, 3, 2, 2, 9, 17, 5, 2, 1, 7, 3, 16, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
3.51154543883102075025283987... = 3 + 1/(1 + 1/(1 + 1/(21 + 1/(6 + ...)))). - Harry J. Smith, May 29 2009
MATHEMATICA
ContinuedFraction[Log[67/2], 100] (* Harvey P. Dale, May 13 2022 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(67/2)); for (n=1, 20000, write("b016561.txt", n, " ", x[n])); } \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016610 Decimal expansion. - Harry J. Smith, May 29 2009
Sequence in context: A176339 A121412 A212855 * A111382 A173884 A176418
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 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)