Let $f_n(x)=\prod_{k=0}^n \frac{1}{x+k}$.
I need to show for every $x \in \mathbb{R}, x>0$:
$\sum\limits_{n=0}^{\infty} f_n(x) = e\sum\limits_{n=0}^{\infty} \frac{(-1)^n}{(x+n)n!}$
What I have noticed: they have the same evaluation for $x=1$: they both go to $e-1$. Also, the left one is easy to evaluate for all natural numbers.
I'm quite sure there is some smart move with Taylor expansion, even though it doesnt't seem.
Disclaimer: This was not an answer.
As a possible hint, observe that $$f(x)=\sum_{n=0}^\infty f_n(x)=\sum_{n=0}^\infty\frac 1{x(x+1)\cdots(x+n)}$$ and $$f(x)-f(x+1)=\sum_{n=1}^\infty\frac n{x(x+1)\cdots(x+n)}=\sum_{n=1}^\infty n f_n(x)$$ On the other hand, we know that $$f_n(x+1)=\prod_{k=0}^n \frac{1}{x+k+1}=xf_{n+1}(x)$$ Consequently $$f(x+1)=\sum_{n=0}^\infty f_n(x+1)=x\sum_{n=1}^\infty f_n(x)=x f(x)-1$$ Thus $$1+(1-x)\sum_{n=0}^\infty f_n(x)=\sum_{n=0}^\infty n f_n(x)$$
Let $g(t)=(1+t)^{-x}$ then $$\mathcal {D_t}^n g(0)=(-1)^nx(x+1)\cdots(x+n)$$ I thought these relationships could be useful.