I'm trying to find the coefficient of $x^{2m}$ from the both sides of the following equality:
$$ \frac{(1-x^2)^n}{(1-x)^n} = (1+x)^n $$
For the right side of equality I've found it as follow:
$$ [x^{2m}] (1+x)^n=\binom{n}{2m} $$
With the left side of equation I have a problem: $$ [x^{2m}] (1-x^2)^n(1-x)^{-n}=? $$
Also, according to previous computations of coefficient, is needed to build the following equality of the sums of binomial-coefficients:
$$ \sum_{k=0}^? ??=\binom{n}{2m} $$
Can some one please explain how to get it?
For example if given that $n=5$ and $m=2$:
$$ \sum_{k=0}^n \binom{k}{k} = \binom{n}{2m}$$
$$ \sum_{k=0}^5 \binom{k}{k} = \binom{5}{4}$$
$$ \binom{0}{0} + \binom{1}{1} + \binom{2}{2} + \binom{3}{3} + \binom{4}{4} = \binom{5}{4} $$
$$ 1+1+1+1+1 = 5$$
It seems to work, but what if given $n=5$ and $m=3$? Then I'm in trouble...
What will be the correct sigma notation for this case?
Regards.