Use Z-transform on the sequence $x(n) = \frac 1{(n+1)(n+2)...(n+p)}, $ $n\geq 0$. I know that the Z-transform on a sequence is:
$$Z\{x(n)\}=\sum_{n=0}^{\infty}x(n)z^{-n}$$
But with this exercise I should arrive at something like:
$$Z\{x(n)\}=\frac {(1-z)^p}{(p-1)!}(\frac 1{1-z}z\ln |\frac {z}{z-1}|+z\sum_{k=2}^{p}\frac 1{(k - 1)(1-z)^k})$$
I should do some algebraic manipulation but I have no idea where to start.
Let us define
$$x_p(n)=\prod_{k=1}^p\frac1{n+k}$$
See then that we have
$$x_p(n)-x_p(n+1)=px_{p+1}(n)$$
and thus,
\begin{align}pZ_{p+1}(z)&=\sum_{n=0}^\infty px_{p+1}(n)z^{-n}\\&=\sum_{n=0}^\infty[x_p(n)-x_p(n+1)]x^{-n}\\&=Z_p(z)-zZ_p(z)+x_p(0)z\\&=(1-z)Z_p(z)+\frac z{p!}\end{align}
Now define
$$pZ_{p+1}(z)=\frac{(1-z)^{p+1}}{(p-1)!}f_{p+1}(z)=\frac{(1-z)^{p+1}}{(p-1)!}f_p(z)+\frac z{p!}$$
Which can then be solved:
$$f_{p+1}(z)=f_p(z)+\frac z{(1-z)^{p+1}p}$$
$$f_p(z)=f_1(z)+\sum_{n=1}^{p-1}\frac z{(1-z)^{n+1}n}$$