Find $f(n,r)$ in the below equation;$$\int \frac{1}{\prod_{r=0}^{n} (x+r)}\, dx=\sum_{r=0}^n \frac{(-1)^r}{f(n,r)}p(x)+K$$
Here, K is the constant of Integration.
What I have tried so far;
$$L=\int \frac{1}{\prod_{r=0}^{n} (x+r)}\, dx=\int \frac{1}{(x)(x+1)(x+2)(x+3)...(x+n)}\,dx$$
The first thought that came to me was evaluating L using partial fractions;
$$\frac{1}{\prod_{r=0}^{n} (x+r)}=\frac{t_1}{x}+\frac{t_2}{(x+1)}+\frac{t_3}{(x+2)}+\cdots+\frac{t_{n+1}}{(x+n)}=\sum_{k=0}^n \frac{t_{k+1}}{(x+k)}$$
But I am not able to proceed from here, it would be great to see how to solve this, for reference the answer is $f(n,r)=r!(n-r)!$