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

A016442
Continued fraction for log(14).
2
2, 1, 1, 1, 3, 2, 1, 3, 1, 7, 1, 4, 8, 4, 10, 1, 2, 1, 9, 1, 5, 4, 2, 4, 5, 2, 3, 123, 10, 12, 4, 1, 1, 1, 1, 1, 2, 2, 9, 4, 1, 4, 11, 2, 1, 8, 2, 2, 3, 3, 11, 16, 2, 2, 3, 7, 1, 1, 1, 95, 5, 34, 1, 2, 4, 1, 2, 3, 1, 1, 1, 37, 6, 38, 1, 26
OFFSET
1,1
LINKS
EXAMPLE
2.639057329615258614522584864... = 2 + 1/(1 + 1/(1 + 1/(1 + 1/(3 + ...)))). - Harry J. Smith, May 16 2009
MATHEMATICA
ContinuedFraction[Log[14], 80] (* Harvey P. Dale, Jan 22 2012 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(14)); for (n=1, 20000, write("b016442.txt", n, " ", x[n])); } \\ Harry J. Smith, May 16 2009
CROSSREFS
Cf. A016637 (decimal expansion). - Harry J. Smith, May 16 2009
Sequence in context: A086291 A262766 A262747 * A076360 A246702 A089398
KEYWORD
nonn,cofr
STATUS
approved