I want to find a closed form expression for:
$$ \sum_{n=1}^{\infty} n\left( e^{-n(n-1)} - e^{-n(n+1)}\right)$$
This isn't a homework problem, more of something that emerged as a side problem from other work. This expression will converge and I was trying to find a closed form expression for the value but I'm kind of struggling.
Any help?
$$ n\left( e^{-n(n-1)} - e^{-n(n+1)}\right) = n\left( \frac{1}{e^{n(n-1)}} - \frac{1}{e^{n(n+1)}} \right) = n\left( \frac{e^{n(n+1)} - e^{n(n-1)}}{e^{2n^2}} \right) = \frac{n\left(e^{n} - e^{-n} \right)}{e^{n^2}}$$
The series of that general term converges using the $n^\alpha$ test, which states that if the limit of $n^{\alpha}$ multiplied by the general term of a nonnegative series is zero, and $\alpha >1$, then the series converges.
We can multiply our series by any $n^{\alpha}$ we wish. $n^{100}$ for instance, and we'll still have a zero limit.