login
A016562
Continued fraction for log(69/2).
2
3, 1, 1, 5, 1, 1, 1, 1, 10, 2, 5, 1, 7, 1, 32, 18, 2, 9, 1, 1, 1, 29, 1, 1, 2, 50, 1, 29, 1, 1, 10, 1, 1, 3, 1, 1, 1, 2, 1, 1, 1, 3, 2, 3, 1, 2, 3, 1, 1, 6, 2, 4, 1, 4, 1, 10, 1, 40, 4, 2, 3, 1, 1, 12, 2, 28, 17, 1, 2, 18, 7, 1, 1, 2, 9
OFFSET
1,1
LINKS
G. Xiao, Contfrac.
EXAMPLE
3.540959324037314072784765947... = 3 + 1/(1 + 1/(1 + 1/(5 + 1/(1 + ...)))). - Harry J. Smith, May 29 2009
MATHEMATICA
ContinuedFraction[Log[69/2], 100] (* Paolo Xausa, Apr 05 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(69/2)); for (n=1, 20000, write("b016562.txt", n, " ", x[n])); } \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016611 (decimal expansion).
Sequence in context: A016463 A155727 A098084 * A087501 A294951 A101443
KEYWORD
nonn,cofr
STATUS
approved