0

$$\binom n0 + \binom n4 + \binom n8 + \cdots$$ Any hints?

amWhy
  • 209,954
  • @TheSilverDoe : I think the answer to "Where does your sum finish?" is clear. It continues, but only finitely many terms are non-zero. $\qquad$ – Michael Hardy Oct 02 '18 at 15:04

1 Answers1

0

Hint: set $\omega_r=\exp(2\pi i/r)$, then look at

$$\sum_{j=0}^{r-1} (1+\omega_r^j)^n=\sum_{k=0}^n {n \choose k} \sum_{j=0}^{r-1} \omega_r^{jk}$$

That inner sum can be evaluated explicitly; it will turn out to vanish when $k$ is not a multiple of $r$.

Then set $r=4$.

Ian
  • 101,645