(This is a follow up to This question. Note that the linked question is about the case $n=1$.)
What is $$\sum^\infty_{i=1}\frac1{\prod^n_{j=0}i+jx}=\sum^\infty_{i=1}\frac1{i(i+x)(i+2x)\cdots(i+nx)}$$
My attempt:
I tried doing something similar to what J.G. did, by rewriting the sum as an integral.
We first note that $\int^1_0 t^{n-1}dt=\frac{t^n}{n}\big|^1_0=\frac{1^n-0^n}{n}=\frac 1n$. Then:
$$\sum^\infty_{i=1}\frac1{\prod^n_{j=0}i+jx}$$ $$=\sum^\infty_{i=1}\prod^n_{j=0}\frac1{i+jx}$$ $$=\sum^\infty_{i=1}\prod^n_{j=0}\int^1_0 t^{i+jx-1}dt$$ $$=\int^1_0 \prod^n_{j=0}t^{jx}\sum^\infty_{i=1}t^{i-1}dt$$ $$=\int^1_0t^{x\sum^n_{j=0}j}\frac{1}{1-t}dt$$ $$=\int^1_0\frac{t^{\frac{xn(n+1)}2}}{1-t}dt$$
However, when I plug in $n=1$, this gives me $$\int^1_0\frac{t^x}{1-t}dt$$
What I should have gotten is $\frac1x\int^1_0\frac{1-t^x}{1-t}dt$, which means I did something wrong. Where is my mistake, and how should I have done it? (The transition from $=\sum^\infty_{i=0}\prod^n_{j=0}\int^1_0 t^{i+jx-1}dt$ to $=\int^1_0 \prod^n_{j=0}t^{jx}\sum^\infty_{i=0}t^{i-1}dt$ seems questionable is incorrect as GEdgar pointed out it is incorrect to swap the product and sum or integral signs.)
In general we have $\sum_{i=1}^\infty \frac{1}{i (i+a_1)\cdots(i+a_n)}=(-1)^{n-1}\sum_{k=1}^n \frac{ H_{a_k}}{a_k \prod_{1\le j\le n,j \not= k}(a_k-a_j)}$ due to partial fraction expansion of LHS's summand and that $\sum _{n=1}^{\infty } \frac{1}{(a+n) (b+n)}=\frac{H_a-H_b}{a-b}$, thus OP's sum equals $$(-1)^{n-1}x^{-n}\sum_{k=1}^n \frac{ H_{kx}}{k \prod_{1\le j\le n,j \not= k}(k-j)}$$