Kinda stuck on this one. Help is appreciated. I'm going for either a direct or contrapositive proof.
Prove: If $n=2^k-1$, for $k\in\mathbb{N}$, then every entry in Row $n$ of Pascal's Triangle is odd.
I've been considering entry $i$ in row $n$ of Pascal's Triangle, so for $0\leq i\leq n$, we have: $$\binom{n}{i}=\frac{n!}{i!(n-1)!} = \frac{(2^k-1)!}{i!(2^k-1-i)!}$$ I've tried manipulating this in a bunch of ways, including using the fact that $\binom{n}{i}=\binom{n-1}{i-1}+\binom{n-1}{i}$, but nothing's panned out.
