Unless I made a mistake, I could prove using the fomulas for $2$-adic valuations of factorials that $2^m$ divides $\binom{2^m}{d}$ when $d$ is odd, which is something that turns up in some article I'm writing about quadratic forms.
I assume there is a natural combinatorial explanation for that, and an interpretation of the integer $\frac{1}{2^m}\binom{2^m}{d}$, could anyone point me in the right direction?
When $d=3$, the sequence in terms of $m$ (which is just $\frac{(2^m-1)(2^{m-1}-1)}{3}$) is the OEIS sequence https://oeis.org/A006095, given by the gaussian binomial coefficient $\binom{m}{2}_q$ evaluated at $q=2$ . When $d=5$, this is no longer an OEIS sequence (the first non-zero terms are $7$, $273$, $6293$, $119133$).
This is not purely combinatorial but hopefully can give pointers
Set Up
Out of $2^{m}$ people, choose $d$. Out of these chosen people choose one representative.
First method
Select $d$ people out of $2^{m}$ then select $1$ out of $d$ people. The number of possibilities is given below
$$ d\binom{2^{m}}{d} $$
Second method
Select $1$ representative out of $2^{m}$ people then select the remaining $d-1$ out of remaining $2^{m}-1$. The number of possibilities is given below
$$ 2^{m}\binom{2^{m}-1}{d-1} $$
Put It Together
Counting the same objects, the two must be equal
$$ d\binom{2^{m}}{d} = 2^{m}\binom{2^{m}-1}{d-1} $$
RHS is divisible by $2^{m}$ and so LHS must be too. $d$ is odd, so …