I was messing around with the Gamma function and it's poles when I happened upon the following series:
$$f(x)=\sum_{n=0}^\infty\frac{(-1)^n}{n!(x+n)}$$
Does anyone know what this is? This graph (red line) appears to be very close to the Gamma function (black line):
Is there any way to turn this exactly into the Gamma function or derive the closed form of that series? I thought about adding $e^x$ to get the positive side more fixed and similar, but I'm also interested in an actual way to get this working.

It is $f(s) = \gamma(s,1)$ the lower incomplete gamma function. You have separated $\Gamma(s) = \int_0^\infty x^{s-1} e^{-x}dx$ into $$\Gamma(s) = \int_0^1 x^{s-1} e^{-x}dx+\int_1^\infty x^{s-1} e^{-x}dx$$ where $\int_1^\infty x^{s-1} e^{-x}dx$ is entire and $\int_0^1 x^{s-1} e^{-x}dx=\sum_{n=0}^\infty \frac{(-1)^n}{n!}\int_0^1 x^{s+n-1}dx$ is a locally uniformly convergent series of poles
(using say the Riemann-Lebesgue lemma and $\Gamma(s+1) = s \Gamma(s)$ we can see that $\gamma(s,1)\to 0$ when $s$ moves away from the negative real axis)