login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093589 Decimal expansion of e^(2*e). 1
2, 2, 9, 6, 5, 1, 6, 6, 4, 0, 8, 3, 5, 2, 4, 1, 3, 2, 5, 0, 9, 9, 2, 9, 5, 8, 8, 7, 9, 6, 4, 4, 4, 3, 4, 1, 2, 3, 1, 5, 9, 9, 5, 8, 5, 9, 3, 1, 8, 5, 0, 7, 6, 2, 5, 1, 4, 4, 5, 4, 1, 4, 3, 3, 6, 3, 6, 9, 8, 9, 7, 8, 1, 1, 6, 1, 7, 3, 6, 1, 8, 6, 4, 3, 9, 7, 4, 5, 2, 6, 6, 9, 1, 4, 6, 4, 9, 6, 3, 5, 1, 1, 8, 6, 4 (list; constant; graph; refs; listen; history; internal format)
OFFSET

3,1

LINKS

Harry J. Smith, Table of n, a(n) for n=3,...,20000

EXAMPLE

229.651664083524132509929588

MATHEMATICA

RealDigits[E^(2E), 10, 120][[1]] (* From Harvey P. Dale, Sep 28 2011 *)

PROG

(PARI) { default(realprecision, 20080); x=exp(1)^(2*exp(1))/100; for (n=3, 20000, d=floor(x); x=(x-d)*10; write("b093589.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 19 2009]

CROSSREFS

Cf. A001113, A073226, A073230.

Sequence in context: A021002 A103710 A178236 * A073315 A066320 A005168

Adjacent sequences:  A093586 A093587 A093588 * A093590 A093591 A093592

KEYWORD

cons,nonn

AUTHOR

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

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 14 23:53 EST 2012. Contains 205689 sequences.