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

A016490
Continued fraction for log(62).
2
4, 7, 1, 6, 2, 4, 10, 2, 1, 2, 4, 1, 7, 3, 3, 1, 43, 1, 1, 1, 2, 1, 1, 1, 3, 3, 1, 3, 9, 1, 2, 6, 1, 13, 2, 1, 1, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 9, 1, 33, 1, 1, 9, 1, 1, 1, 9, 1, 15, 5, 6, 8, 1, 2, 185, 5, 1, 5, 2, 1, 1, 11, 4, 1, 1, 4, 2
OFFSET
1,1
LINKS
EXAMPLE
4.127134385045091555346396446... = 4 + 1/(7 + 1/(1 + 1/(6 + 1/(2 + ...)))). - Harry J. Smith, May 22 2009
MATHEMATICA
ContinuedFraction[Log[62], 100] (* Paolo Xausa, Mar 27 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(62)); for (n=1, 20000, write("b016490.txt", n, " ", x[n])); } \\ Harry J. Smith, May 22 2009
CROSSREFS
Cf. A016685 (decimal expansion).
Sequence in context: A100402 A135004 A086234 * A244680 A200355 A307868
KEYWORD
nonn,cofr
STATUS
approved