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

A016539
Continued fraction for log(23/2).
2
2, 2, 3, 1, 5, 9, 4, 2, 2, 4, 1, 1, 1, 9, 1, 1, 16, 2, 6, 1, 2, 2, 1, 5, 2, 4, 1, 2, 1, 3, 3, 7, 2, 1, 4, 4, 1, 1, 4, 2, 1, 4, 1, 3, 427, 5, 5, 15, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 4, 1, 1, 1, 1, 8, 2, 1, 2, 7, 13, 15, 2, 1, 8, 4, 1, 38, 1, 9, 1
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
2.442347035369204381389520710... = 2 + 1/(2 + 1/(3 + 1/(1 + 1/(5 + ...)))). - Harry J. Smith, May 26 2009
MATHEMATICA
ContinuedFraction[Log[23/2], 120] (* Harvey P. Dale, Aug 30 2016 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(23/2)); for (n=1, 20000, write("b016539.txt", n, " ", x[n])); } \\ Harry J. Smith, May 26 2009
CROSSREFS
Cf. A016588 Decimal expansion. - Harry J. Smith, May 26 2009
Sequence in context: A309531 A215222 A219865 * A345886 A373880 A220349
KEYWORD
nonn,cofr
STATUS
approved