Let $$f(n,k) = \dfrac{1! + 2! + ... + n!}{(n+k)!}$$
Find (if exists) the values of $k$ such that $\sum_{n=1}^{\infty} f(n,k)$ converges.
What I've done so far:
If exists $k$ such that $\sum_{n=1}^{\infty} f(n,k)$ converges, then $\sum_{n=1}^{\infty} f(n,M)$ converges for all $M\ge k$ That is because $f(n,k+1) = \dfrac{1}{n+k+1} f(n,k)$ and apply Abel's Test.
For $k=1$ the series is divergent:
In general, I found that $$f(n+1,k) = \dfrac{1}{n+k+1} f(n,k) + \dfrac{(n+1)!}{(n+k+1)!}$$ Then, if $k=1$, $$f(n+1,1) = \dfrac{1}{n+2}f(n,1) + \dfrac{1}{n+2}$$
Then comparing with $\dfrac{1}{n+2}$ we have that the series diverges.
I think that for $k=2$ the series is convergent, but I'm missing something...
Thanks for the help!