Evaluate $$ \sum_{k=0}^n {{2n + 1}\choose {2k + 1}} $$
I'm really stuck on this one, no idea how to progress. My best guess is to somehow get it into the form of $ n\choose k $ and then take that summation and work with that. Or maybe binomial theorem, but I'm very experienced with that. If you could give a breakdown on how to tackle these problems that'd be great!


Suppose you have $2n+1$ people to form a committee with.
There are $2^{2n+1}$ possible committees one could make (visit each person and ask if they want to be on the committee - yes or no).
Your summation counts only the committees having an odd number of people. There are just as many committees that have an even number of people (why?). Your summation therefore accounts for exactly half of all possible committees, so it must equal $2^{2n}$.