Find the value of $\sum_{i=0}^{24}\binom{200}{4i+2}$

binomial-coefficientssequences-and-series

Find the value of $$\sum_{i=0}^{24}\binom{200}{4i+2}$$

Actually there was a problem that I was solving and it has a sub part. It was to find the value of $\sum_{r=1}^{25}\binom{200}{8r-6}$

After a lot of rigorous dedication, I transformed the above expression into the original problem. I could not proceed further.

Any help is greatly appreciated.

Best Answer

We will use $i=\sqrt{-1}$. Then define:

$$A=(1+1)^{200}=\sum_{k=0}^{200}{200 \choose k} 1^k$$

$$B=(1-1)^{200}=\sum_{k=0}^{200}{200 \choose k} (-1)^k$$

$$C=(1+i)^{200}=\sum_{k=0}^{200}{200 \choose k} i^k$$

$$D=(1-i)^{200}=\sum_{k=0}^{200}{200 \choose k} (-i)^k$$

Now take A+B-C-D:

$$2^{200} + 0-(1+i)^{200}-(1-i)^{200}=\sum_{k=0}^{200}{200 \choose k} (1+(-1)^k-i^k-(-i)^k)$$

Note that $(1+(-1)^k-i^k-(-i)^k)$ is equal to zero unless $k \equiv 2 \pmod 4$, when it is $4$.

$$2^{200} -2 \times 2^{100}=8\sum_{j=0}^{24}{200 \choose {4j+2}} $$

$$\sum_{j=0}^{24}{200 \choose {4j+2}} =2^{197} - 2^{98} $$

Related Question