A093606 Decimal expansion of e^(4*e).
5, 2, 7, 3, 9, 8, 8, 6, 8, 1, 6, 3, 3, 1, 8, 0, 8, 0, 3, 7, 0, 9, 9, 9, 3, 3, 8, 9, 1, 4, 1, 4, 6, 7, 7, 3, 2, 5, 1, 4, 9, 3, 7, 0, 6, 8, 7, 3, 9, 4, 1, 8, 3, 4, 0, 7, 9, 0, 6, 4, 9, 5, 8, 8, 5, 6, 8, 7, 0, 4, 5, 6, 4, 8, 8, 0, 3, 5, 1, 0, 4, 4, 8, 6, 9, 7, 6, 4, 0, 7, 0, 8, 2, 4, 1, 1, 5, 2, 3, 6, 7, 7, 2, 5, 6
Offset: 5
Examples
52739.88681633180803709993389141467732514937068739418340790649588568704...
Links
- Harry J. Smith, Table of n, a(n) for n = 5..20000
Programs
-
Mathematica
RealDigits[E^(4E),10,120][[1]] (* Harvey P. Dale, Apr 29 2011 *)
-
PARI
{ default(realprecision, 20080); x=exp(1)^(4*exp(1))/10000; for (n=5, 20000, d=floor(x); x=(x-d)*10; write("b093606.txt", n, " ", d)); } \\ Harry J. Smith, Jun 19 2009
Extensions
Offset corrected from 1 to 5 and example updated by Harry J. Smith, Jun 19 2009