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”).

A016533
Continued fraction for log(11/2).
2
1, 1, 2, 2, 1, 1, 2, 2, 6, 6, 1, 3, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 2, 4, 2, 1, 1, 3, 2, 73, 46, 3, 2, 3, 3, 4, 1, 3, 2, 6, 1, 1, 1, 1, 1, 8, 16, 1, 1, 2, 11, 1, 6, 1, 2, 3, 1, 16, 2, 6, 6, 1, 1, 3, 1, 1, 5, 14, 5, 1, 1, 2, 3, 4, 1, 2, 4
OFFSET
1,3
LINKS
G. Xiao, Contfrac
EXAMPLE
1.704748092238425234644711456... = 1 + 1/(1 + 1/(2 + 1/(2 + 1/(1 + ...)))). - Harry J. Smith, May 26 2009
MATHEMATICA
ContinuedFraction[Log[11/2], 100] (* Harvey P. Dale, Sep 18 2021 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(11/2)); for (n=1, 20000, write("b016533.txt", n, " ", x[n])); } \\ Harry J. Smith, May 26 2009
CROSSREFS
Cf. A016582 Decimal expansion. - Harry J. Smith, May 26 2009
Sequence in context: A349195 A164516 A351706 * A122915 A327193 A279522
KEYWORD
nonn,cofr
STATUS
approved