Context: I was trying to prove $\;\displaystyle \sum_{n=1}^{\infty} \frac{1}{n^3(n+1)^3} = 10 - \pi^2$
$\displaystyle \frac{1}{n^3(n+1)^3} = \left( \frac{1}{n} + \frac{-1}{n+1} \right) ^3 $
Partial fraction decomposition of third power is easy, but not p-th power in general.
Below is the proof I am asking for help
I noticed a pattern, for positve integer powers p:
$\displaystyle \left( \frac{1}{n} + \frac{-1}{n+1} \right) ^p = \sum_{k=0}^{p-1}\;(-1)^k \binom{p-1+k}{p-1} \left( \left(\frac{1}{n}\right)^{p-k} + \left(\frac{-1}{n+1}\right)^{p-k} \right)$
I had tried to prove this by induction, but failed.
It turned messy, into sum of sums.
Any ideas?
You want to find the partial fraction expansion for $(\frac1n-\frac1{n+1})^p$, which is the same as $$\frac1{n^p(n+1)^p}.$$
The two roots of the denominator are $n=0$ and $n=-1$, both with multiplicity $p$, so the fundamental theorem for partial fractions tells us that there exist constants $A_1,\dots,A_{p}$ and $B_1,\dots,B_p$ for which $$ \frac1{n^p(n+1)^p}= \frac{A_0}{n^p}+\frac{A_1}{n^{p-1}}+\dots+\frac{A_{p-1}}{n} +\frac{B_0}{(n+1)^p}+\frac{B_1}{(n+1)^{p-1}}+\dots+\frac{B_{p-1}}{n+1} $$ Fix a number $i\in \{1,\dots,p\}$, and let us find $A_i$. To do this, first we multiply the above by $n^p$ to clear all factors of $n$ from all denominators. The result is $$ (n+1)^{-p}=A_0+\dots+A_in^i+\dots+A_{p-1}n^{p-1}+n^p\cdot (\text{stuff with $B$}) $$ Let us think of $n$ as a continuous variable. The trick is to differentiate that equation $i$ times with respect to $n$, and then substitute $0$ for $n$ into the result. Since the constants $A_1,\dots,A_{i-1}$ are attached to powers of $n$ which are less than $i$, the differentiation will make them vanish. Furthermore, everything else besides $A_i$, including the $B$ stuff, will still have a nontrivial power of $n$ after the differentiation, so everything else disappears after setting $n=0$. We get $$ \frac{\mathrm{d}^{i}}{\mathrm{d}n^{i}}(n+1)^{-p}=(i)(i-1)\cdots 2\cdot 1\cdot A_i, $$ It looks weird to differentiate with respect to $n$, so I will use $x$ as an alias for $n$. We have found our formula for $A_i$: $$ A_i=\frac{1}{i!}\frac{\mathrm{d}^{i}}{\mathrm{d}x^{i}}(x+1)^{-p}\Bigg|_{x=0} $$ This formula is well known, so we really could have skipped all of the preceding discussion and jumped straight to here.
This is equivalent to saying that $A_i$ is the coefficient of $x^{i}$ when $(x+1)^{-p}$ is expanded as a Taylor series at $x=0$. Fortunately, we can find this Taylor series expansion using Newton's binomial theorem: $$ (x+1)^{-p}=\sum_{i\ge 0} \binom{-p}{i} x^i=\sum_{i\ge 0} \binom{p+i-1}{p-1}(-1)^ix^i $$ That is, we have found $A_i=(-1)^i\binom{p+i-1}{i-1}$, which exactly agrees with what you wanted to prove.
In the same vein, we can find $$ \begin{align} B_i &=\frac{1}{i!}\frac{\mathrm{d}^{i}}{\mathrm{d}x^{i}}x^{-p}\Bigg|_{x=-1}\\ &=\frac1{i!}\left(((-p)(-p-1)\cdots (-p-i-1)x^{-p-i}\right)\Bigg|_{x=-1}\\ &=(-1)^i\frac{(p+i-1)!}{i!(p-1)!}(-1)^{p+i}\\ &=(-1)^p\binom{p+i-1}{p-1} \end{align} $$