OFFSET
1,2
COMMENTS
Limit_{n -> infinity} (1+1/n)^n = e.
For any natural number N, limit_{n->infinity} (log(N)^(1/n) + 1/n)^n = e*log(N). - Alexander R. Povolotsky, Dec 06 2007
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from G. C. Greubel)
Amiram Eldar, Plot of a(n)/(n*log(n)) for n = 2..10000
FORMULA
Asymptotically it seems that a(n) ~ C*n*log(n) where C = 0.84... is close to the constant described in A055573.
EXAMPLE
The simple continued fraction for (1+1/10)^10 is [2, 1, 1, 2, 5, 1, 128, 1, 2, 12, 5, 3, 46, 1, 11, 7] which contains 16 elements, hence a(10) = 16.
MATHEMATICA
Table[Length[ContinuedFraction[(1+1/n)^n]], {n, 70}] (* Harvey P. Dale, Jun 12 2013 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 04 2002
STATUS
approved