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

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

1,2

LINKS

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

FORMULA

Sqrt(e) = Sum_(n=0, inf) 1/(2^n n!) = Sum_(n=0, inf) 1/(2n)!! - Daniel Forgues, April 17, 2011

EXAMPLE

1.6487212707001281468486507878141635716537761007101480115750...

MATHEMATICA

RealDigits[N[Sqrt[E], 200]][[1]] (*From Vladimir Joseph Stephan Orlovsky, Feb 21 2011*)

PROG

(PARI) { default(realprecision, 20080); x=sqrt(exp(1)); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b019774.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 01 2009]

CROSSREFS

Cf. A058281 for continued fraction for Sqrt(e).

Sequence in context: A197833 A176786 A077669 * A195434 A199815 A155906

Adjacent sequences:  A019771 A019772 A019773 * A019775 A019776 A019777

KEYWORD

nonn,cons

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

Fixed my PARI program, had -n Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 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 16 05:32 EST 2012. Contains 205860 sequences.