EDITED Let $d > 0$ be a fixed integer. Let $m_i = \binom{d}{i}$ so that $\sum_{i=0}^d m_i = m = 2^{d}$
How fast does $S_d = \prod_{i=0}^d m_i!$ grow in relation to $m!$ ? is $S_d = O(m!)?$ How about $o(m!)?$ or is it actually lower bounded by $m!$?
Also, more generally, the answer to the question stated by Zev below, and the equivalent when 'max' is replaced by 'min' would also be of interest.
