OFFSET
1,2
COMMENTS
a(n) are also the incrementally largest terms in the continued fraction of log(2) = [a_0; a_1, a_2, ...] = [0; 1, 2, 3, 1, 6, 3, 1, 1, 2] (excluding the a_0 term). - Eric W. Weisstein, Aug 20 2013
LINKS
Eric Weisstein's World of Mathematics, Natural Logarithm of 2 Continued Fraction
MAPLE
with(numtheory); read transforms; t1:= cfrac(1/log(2), 2000, 'quotients'); RECORDS(t1);
CROSSREFS
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Jun 08 2007
EXTENSIONS
a(14)-a(22) from Eric W. Weisstein, Aug 20 2013
a(23)-a(26) from Eric W. Weisstein, Aug 21 2013
STATUS
approved