The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A098875 Decimal expansion of Sum_{n>0} n/exp(n). 2
9, 2, 0, 6, 7, 3, 5, 9, 4, 2, 0, 7, 7, 9, 2, 3, 1, 8, 9, 4, 5, 4, 1, 3, 5, 2, 2, 7, 1, 6, 4, 9, 9, 6, 0, 2, 8, 8, 1, 6, 5, 5, 6, 2, 6, 6, 5, 0, 5, 5, 1, 1, 5, 2, 3, 5, 3, 9, 6, 0, 4, 0, 9, 7, 2, 2, 0, 4, 7, 1, 9, 7, 4, 6, 5, 0, 2, 4, 4, 5, 6, 8, 6, 7, 3, 6, 9, 9, 7, 3, 2, 8, 3, 4, 3, 4, 7, 9, 4, 7, 2, 5, 3, 9, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The expression generating this constant is a first degree Eulerian polynomial, in the "variable" e, with coefficient {1}, generated from sum_{n>=0} n^m/e^n, with m=1. See A008292. It approximates m!. - Richard R. Forberg, Feb 15 2015
See A225169 for the second degree polynomial and value.
LINKS
FORMULA
Equals exp(1)/(exp(1)-1)^2.
From Gleb Koloskov, Jul 12 2021: (Start)
Equals (1/2)/(cosh(1)-1).
Equals 1+Sum_{n>0} B(2*n)*(1-2*n)/(2*n)! = 1+Sum_{n>0} (A027641(2*n)/A027642(2*n))*A165747(n)/A010050(n).
Equals LambertW(x)*LambertW(-1,x), where x = (1/(1-e))*exp(1/(1-e)) = -A073333*exp(-A073333). (End)
EXAMPLE
0.9206735942077923189454135227164996028816556266505511523539604097220...
MAPLE
g:=x->sum(n/exp(n), n=1..x); evalf[110](g(1500)); evalf[110](g(4000));
MATHEMATICA
RealDigits[E/(E-1)^2, 10, 105][[1]] (* Jean-François Alcover, Jan 28 2014 *)
PROG
(PARI) 1+sumalt(n=1, bernreal(2*n)*(1-2*n)/(2*n)!) \\ Gleb Koloskov, Jul 12 2021
CROSSREFS
Sequence in context: A327995 A019876 A155696 * A147711 A096388 A153463
KEYWORD
cons,nonn
AUTHOR
Joseph Biberstine (jrbibers(AT)indiana.edu), Nov 03 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 June 10 05:46 EDT 2024. Contains 373253 sequences. (Running on oeis4.)