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

A057603
Second term of continued fraction for log(n).
1
1, 10, 2, 1, 1, 1, 12, 5, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 22, 10, 7, 5, 4, 3, 3, 3, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 136, 39, 23, 16, 12, 10, 9, 7, 6, 6, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1
OFFSET
2,2
FORMULA
a(n) = floor(1/(log(n) - floor(log(n)))).
MATHEMATICA
Table[ContinuedFraction[Log[n], 10][[2]], {n, 2, 120}] (* Harvey P. Dale, Jul 18 2023 *)
CROSSREFS
Sequence in context: A071938 A261942 A359734 * A040097 A010174 A073755
KEYWORD
easy,nonn
AUTHOR
Leroy Quet, Oct 07 2000
STATUS
approved