Find the sum of the infinite series -ne^(1-n)1n from n=1n=1 to oo?

1 Answer
Mar 5, 2018

-e^2/(e-1)^2e2(e1)2

Explanation:

The simplest solution I can think of starts with the infinite geometric series

S(a) = sum_{n=1}^infty e^(-an) S(a)=n=1ean

which converges for a>0a>0 to the well known sum

S(a) = e^(-a)/{1-e^(-a)} = 1/{e^a-1}S(a)=ea1ea=1ea1

Differentiating both sides with respect to aa leads to

d/{da}(sum_{n=1}^infty e^(-an)) =d/{da} (1/{e^a-1}) impliesdda(n=1ean)=dda(1ea1)
-sum_{n=1}^infty n e^(-an) = -e^a/(e^a-1)^2n=1nean=ea(ea1)2

Substituting a=1a=1 gives us

-sum_{n=1}^infty n e^(-n) = -e/(e-1)^2 impliesn=1nen=e(e1)2
-sum_{n=1}^infty n e^(1-n) = -e^2/(e-1)^2n=1ne1n=e2(e1)2

Alternative

We can evaluate the sum by a purely algebraic approach as well:

-S = 1+ 2/e+3/e^2+ 4/e^3+...

-1/e S = 1/e +2/e^2+3/e^3 +...

Subtracting, we get

-(1-1/e) S = 1 + 1/e+1/e^2+1/e^3+... = 1/(1-1/e)

This immediately gives the answer