I have the following series
$$\sum_{k=1}^\infty \frac{(k-1)!}{(k+N)!},\quad\text{where }N \in \mathbb{N}. $$
I have found out that the series is equal to
$$\sum_{k=1}^\infty \biggl(\frac{1}{k}\cdot \frac{1}{k+1}\cdot _{...} \cdot \frac{1}{k+N}\biggr)$$
I also know that for $N=1$ we can use partial fraction expansion and we get a telescoping sum of $1 + \frac{1}{2} - \frac{1}{2} + \frac{1}{3} - \frac{1}{3} + ... + \frac{1}{k+1}$ which leaves $1$ if $k$ is heading to $\infty$.
Does anyone have any idea how I can go about doing this ?