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!)
A255169 Decimal expansion of the sum_{n>=0} n^2/e^n = e(1+e)/(e-1)^3. 2
1, 9, 9, 2, 2, 9, 4, 7, 6, 7, 1, 2, 4, 9, 8, 7, 3, 9, 2, 9, 2, 6, 0, 1, 6, 6, 1, 3, 0, 0, 2, 1, 1, 7, 3, 8, 7, 8, 3, 1, 4, 0, 4, 5, 2, 3, 0, 6, 3, 7, 7, 0, 0, 6, 9, 5, 2, 3, 5, 0, 1, 6, 8, 4, 8, 4, 8, 1, 9, 8, 9, 9, 3, 4, 9, 7, 9, 2, 7, 0, 5, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The expression generating this constant is a second degree Eulerian polynomial, in the "variable" e, with coefficients {1, 1}, generated from sum_{n>=0} n^m/e^n, with m=2. See A008292. It approximates m!.
See A098875 for the first degree polynomial and value.
LINKS
FORMULA
Equals sum_{n>=0} n^2/e^n.
EXAMPLE
1.99229476712498....
MATHEMATICA
Sum[n^2/Exp[n], {n, 0, Infinity}]; N[Sum[n^2/Exp[n], {n, 0, Infinity}], 100]
PROG
(PARI) suminf(n=0, n^2/exp(n)) \\ Michel Marcus, Jul 30 2018
(PARI) exp(1)*(1+exp(1))/(exp(1)-1)^3 \\ Altug Alkan, Jul 30 2018
CROSSREFS
Sequence in context: A133250 A344727 A199623 * A019892 A275710 A110639
KEYWORD
nonn,cons
AUTHOR
Richard R. Forberg, Feb 15 2015
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 14 18:01 EDT 2024. Contains 374322 sequences. (Running on oeis4.)