login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093606 Decimal expansion of e^(4*e). 1
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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
5,1
LINKS
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
Sequence in context: A127108 A196405 A352406 * A064677 A088520 A084340
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 13 12:04 EDT 2024. Contains 374282 sequences. (Running on oeis4.)