$\sum\limits_{l\text{ odd}}\dbinom{n}{l} = \dbinom{n}{l} + \dbinom{n}{3} + ... = 2^{n-1}$
This has to be done via induction, but i'm not sure how. The base case is easily proved by taking n = 1. The induction argument, however, requires the $\sum\limits_{l\text{ odd}}\dbinom{n}{l} = 2^{n-1}$ to become $\sum\limits_{l\text{ odd}}\dbinom{n+1}{l} = 2^n$. I'm looking for only a slight hint as to how this may be done.