login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A016534
Continued fraction for log(13/2).
2
1, 1, 6, 1, 4, 89, 1, 3, 1, 7, 1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 4, 3, 2, 365, 1, 1, 3, 2, 1, 1, 5, 1, 3, 2, 1, 1, 3, 3, 1, 2, 1, 4, 6, 20, 2, 4, 5, 2, 1, 5, 4, 1, 12, 56, 4, 7, 1, 1, 3, 10, 4, 3, 2, 1, 1, 1, 1, 5, 1, 16, 1, 5, 7, 3, 3, 7, 1, 7, 1
OFFSET
1,3
LINKS
G. Xiao, Contfrac
EXAMPLE
1.871802176901591426636255320... = 1 + 1/(1 + 1/(6 + 1/(1 + 1/(4 + ...)))). - Harry J. Smith, May 26 2009
MATHEMATICA
ContinuedFraction[Log[13/2], 100] (* Paolo Xausa, Apr 01 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(13/2)); for (n=1, 20000, write("b016534.txt", n, " ", x[n])); } \\ Harry J. Smith, May 26 2009
CROSSREFS
Cf. A016583 (decimal expansion).
Sequence in context: A195433 A358559 A367563 * A230821 A160135 A178645
KEYWORD
nonn,cofr
STATUS
approved