OFFSET
5,1
LINKS
Harry J. Smith, Table of n, a(n) for n = 5..20000
EXAMPLE
52739.88681633180803709993389141467732514937068739418340790649588568704...
MATHEMATICA
RealDigits[E^(4E), 10, 120][[1]] (* Harvey P. Dale, Apr 29 2011 *)
PROG
(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
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Mohammad K. Azarian, May 14 2004
EXTENSIONS
Offset corrected from 1 to 5 and example updated by Harry J. Smith, Jun 19 2009
STATUS
approved