Let $p,q,\in \Bbb N$ such that $q<p$ then set $$\sum_{n=1}^\infty\frac{1}{{(n+q)(n+q+1)…(n+p)}}$$ I want the explicit formula for $S_{q,p}?$
I know that by telescoping sum we have, $$S_{0,p} = \sum_{n=1}^\infty\frac{1}{{n(n+1)(n+2)…(n+p)}}=\frac{1}{p!p}$$
See here, Calculate the infinite sum $\sum_{k=1}^\infty \frac{1}{k(k+1)(k+2)\cdots (k+p)} $
What could be the suitable formula for $S_{q,p}?$
The same telescoping technique works for $S_{q,p}$ as well: $$ \frac{1}{{(n+q)(n+q+1)\cdots(n+p)}} = \frac{1}{p-q}\cdot\frac{(n+p)-(n+q)}{{(n+q)(n+q+1)\cdots(n+p)}} \\ = \frac{1}{p-q} \left( \frac{1}{{(n+q)\cdots(n+p-1)}} - \frac{1}{{(n+q+1)\cdots(n+p)}}\right) $$ which leads to $$ S_{q,p} = \frac{1}{p-q} \cdot \frac{1}{(q+1)\cdots p} = \frac{q!}{(p-q) p!} $$