How do I re-index $$\sum_{i=0}^t \sum_{j=0}^t \sum_{k=0}^\infty \binom{t}{i} \binom{t}{j} \binom{k+t-1}{t-1} x^{i+j+k}$$ to compare coefficients with $\displaystyle \sum_{n=0}^t \binom{t}{n} x^n$?
I am trying to extract the coefficient for this power series identity:
$$\frac {(1+x)^t} {(1-x^2)^t} = \frac 1 {(1-x)^t}$$
after replacing with respective binomial series, I get this triple summation but I don't understand how to re-index $i+j+k = n$ correctly to compare the coefficients of $x^n$.
Any help appreciated, thanks!
The derivation of the triple sum is not that clear to me, but here is an alternate calculation which might be helpful.
Comment:
In (2) we replace the index $k$ by $n-2j$ and use $n$ as upper limit of the inner sum by noting that $\binom{p}{q}=0$ if $0\leq p<q$.
In (3) we use the binomial identity $\binom{-p}{q}=\binom{p+q-1}{p-1}(-1)^q$.