login
A016560
Continued fraction for log(65/2).
2
3, 2, 12, 1, 4, 1, 3, 9, 13, 1, 1, 1, 1, 3, 1, 1, 1, 2, 2, 4, 52, 1, 1, 2, 1, 1, 2, 45, 1, 38, 60, 1, 1, 3, 100, 6, 28, 1, 3, 4, 2, 1, 91, 1, 165, 1, 5, 1, 3, 1, 1, 1, 18, 2, 1, 22, 1, 5, 5, 3, 2, 1, 1, 1, 3, 2, 4, 1, 3, 2, 1, 39, 2, 1, 1
OFFSET
1,1
LINKS
G. Xiao, Contfrac.
EXAMPLE
3.48124008933569180123701465... = 3 + 1/(2 + 1/(12 + 1/(1 + 1/(4 + ...)))). - Harry J. Smith, May 28 2009
MATHEMATICA
ContinuedFraction[Log[65/2], 100] (* Paolo Xausa, Apr 05 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(65/2)); for (n=1, 20000, write("b016560.txt", n, " ", x[n])); } \\ Harry J. Smith, May 28 2009
CROSSREFS
Cf. A016609 (decimal expansion).
Sequence in context: A178384 A372803 A078563 * A122407 A346122 A232752
KEYWORD
nonn,cofr
STATUS
approved