login
This site is supported by donations 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; internal format)
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]]  (* From 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)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 19 2009]

CROSSREFS

Cf. A001113, A073226, A073230.

Sequence in context: A115321 A127108 A196405 * A064677 A088520 A084340

Adjacent sequences:  A093603 A093604 A093605 * A093607 A093608 A093609

KEYWORD

cons,nonn

AUTHOR

Mohammad K. Azarian (azarian(AT)evansville.edu), May 14 2004

EXTENSIONS

Corrected the offset from 1 to 5 and updated the example. - Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 19 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 14:57 EST 2012. Contains 205823 sequences.