You can see that this sum
$$\sum_{k=0}^{\infty}\frac{(-N)^k}{k!(x+k)}$$
looks shockingly like the Taylor expansion of $e^{-x}$ except for that $x+k$ term in the denominator. So, can anyone express this sum somehow using $e^{-x}$?
You can see that this sum
$$\sum_{k=0}^{\infty}\frac{(-N)^k}{k!(x+k)}$$
looks shockingly like the Taylor expansion of $e^{-x}$ except for that $x+k$ term in the denominator. So, can anyone express this sum somehow using $e^{-x}$?
The series is equal to $N^{-x}\gamma(x,N)$, where $$ \gamma(x,N):=\int_0^Nt^{x-1}e^{-t}\,dt \tag{1} $$ is the lower incomplete gamma function.
Proof: \begin{align} N^{-x}\int_0^Nt^{x-1}e^{-t}\,dt &=N^{-x}\int_0^N\sum_{k=0}^{\infty}\frac{(-1)^kt^{x-1+k}}{k!}dt \\ &=N^{-x}\sum_{k=0}^{\infty}\frac{(-1)^kN^{x+k}}{k!(x+k)} \\ &=\sum_{k=0}^{\infty}\frac{(-N)^{k}}{k!(x+k)}. \tag{2} \end{align}