I am trying to obtain a closed form expression for $\sum {n \choose 4k}$
I am trying to use the binomial expansion of $(1 + i)^n$ and $(1 - i)^n$. $$(1 + i)^n + (1 - i)^n = 2\left(\sum {n \choose 4k} -\sum {n \choose 4k + 2}\right)$$ Stuck at this now. I can't come up with a way to simplify the second term on RHS. Any help would be appreciated.
After posting this question, it struck me that
RHS = $4\sum {n \choose 4k} -2\sum {n \choose 4k} -2\sum {n \choose 4k + 2}) = 4\sum {n \choose 4k} - 2 \sum {n \choose 2k} = 4\sum {n \choose 4k} - 2 * 2^{n - 1} = 4\sum {n \choose 4k} - 2^{n} \implies \sum {n \choose 4k} = \frac{(1 + i)^n + (1 - i)^n + 2^n}{4}$