Is it possible to decompose $\displaystyle\frac{1}{n^a(n+k)^b}$ into finite summation?
where $a,b,n,k\in Z^{+}$ and $a+b$ is odd.
What I tried is converting the fraction to double integral:
$\displaystyle\frac{(-1)^{a+b}}{(a-1)!(b-1)!}\int_0^1\int_0^1 x^{n-1}y^{n+k-1}\ln^{a-1}(x)\ln^{b-1}(y)dxdy$ which I found useless.
Any method or reference is much appreciated.
In this paper, page 284, we have
$$\frac{1}{x^s(1-x)^t}=\sum_{j=1}^s\binom{s+t-j-1}{s-j}\frac1{x^j}+\sum_{j=1}^s\binom{s+t-j-1}{t-j}\frac1{(1-x)^j},$$
where $s,t \ge0, s+t\ge1.$
Replacing $x$ with $-x/n$ gives
$$\frac{(-n)^s}{x^s(1+x/n)^t}=\sum_{j=1}^s\binom{s+t-j-1}{s-j}\frac{(-n)^j}{x^j}+\sum_{j=1}^s\binom{s+t-j-1}{t-j}\frac1{(1+x/n)^j},$$
or
$$\frac{1}{x^s(n+x)^t}=\sum_{j=1}^s\binom{s+t-j-1}{s-j}\frac{(-1)^{s+j}}{n^{s+t-j}x^j}+\sum_{j=1}^s\binom{s+t-j-1}{t-j}\frac{(-1)^s}{n^{s+t-j}(n+x)^j}.$$