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!)
A093619 Decimal expansion of e^(-2*e). 1
0, 0, 4, 3, 5, 4, 4, 2, 0, 8, 7, 4, 7, 2, 2, 2, 5, 2, 2, 7, 9, 6, 7, 7, 3, 4, 2, 5, 1, 2, 7, 9, 4, 3, 2, 1, 1, 5, 1, 2, 3, 2, 4, 9, 2, 4, 6, 0, 1, 8, 0, 5, 7, 4, 3, 6, 2, 3, 4, 4, 1, 8, 7, 3, 5, 5, 2, 6, 8, 6, 3, 8, 4, 8, 3, 7, 8, 7, 8, 5, 9, 2, 4, 7, 3, 9, 8, 1, 2, 0, 5, 5, 0, 6, 1, 1, 7, 1, 7, 6, 6, 5, 8, 4, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
0.004354420874722252279677
MATHEMATICA
Join[{0, 0}, RealDigits[E^(-2E), 10, 120][[1]]] (* Harvey P. Dale, Jan 22 2016 *)
PROG
(PARI) { default(realprecision, 20080); x=10*exp(1)^(-2*exp(1)); for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b093619.txt", n, " ", d)); } \\ Harry J. Smith, Jun 19 2009
CROSSREFS
Sequence in context: A074091 A177033 A104569 * A134186 A024688 A024477
KEYWORD
cons,nonn
AUTHOR
Mohammad K. Azarian, May 14 2004
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 April 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)