OFFSET
2,1
COMMENTS
May also be written as e*(e^e).
LINKS
Ovidiu Furdui, Solution to problem 91.H, Mathematical Gazette 92(523), 2008, pp. 174-175.
FORMULA
Equals Sum_{n>=0} A005493(n)/n!.
Equals 2*lim_{n->oo} n*(exp(Sum_{k=0..n} 1/k!) - ((1+1/n)^n)^e). See the Mathematical Gazette link. - Michel Marcus, Oct 24 2017
Equals Sum_{k>=1} e^k/(k-1)!. - Amiram Eldar, Jul 28 2020
EXAMPLE
41.19355567471612356318828...
MATHEMATICA
RealDigits[E^(E + 1), 10, 100][[1]] (* Alonso del Arte, Jan 05 2014 *)
PROG
(PARI) exp(exp(1)+1) \\ Charles R Greathouse IV, Jan 14 2014
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Richard R. Forberg, Jan 04 2014
EXTENSIONS
More terms from Rick L. Shepherd, Jan 25 2014
STATUS
approved