I was wondering if there was a technique to find the infinite sum of the series below where n is a positive integer.
$\sum\limits_{k=n+1}^\infty (k-n)\frac{8.676^ke^{-8.676}}{k!} $
Thank you!
I was wondering if there was a technique to find the infinite sum of the series below where n is a positive integer.
$\sum\limits_{k=n+1}^\infty (k-n)\frac{8.676^ke^{-8.676}}{k!} $
Thank you!
$$\sum\limits_{k=n+1}^\infty (k-n)\frac{a^ke^{-a}}{k!}$$ $$\sum\limits_{k=1}^\infty k\frac{a^{n+k}e^{-a}}{(n+k)!}$$ $$a^ne^{-a}\sum\limits_{k=1}^\infty k\frac{a^k}{(n+k)!}$$ This sum isn't super easy to simplify; we have to use special functions. We get our final result as $$\frac{a^{n+1}(n-a) \operatorname{E}_{-n}(a)+a^{n+1}e^{-a}}{\Gamma (n+1)}+a-n$$ Where $\operatorname{E}_{-n}(.)$ is the exponential integral and $\Gamma(.)$ is the Gamma Function. Note that if your sum went from $0$ to $\infty$ we would instead just get $a-n$, and everything else above is the correction factor for your change of index