From the multinomial theorem the following holds
$$ \sum_{k_1 + k_2 + \ldots + k_m=n} {n \choose k_1, k_2, \ldots, k_m} = m^n $$
I have the following sum $$ \sum_{\substack{k_1 + k_2 + \ldots + k_m &=& B \\ g_1 + g_2 + \ldots + g_m &=& W}} {B \choose k_1, k_2, \ldots k_m} \cdot {W \choose g_1, g_2, \ldots, g_m} $$ where $B + W = n$, and $\forall_i: g_i = x - k_i$, where $x = \frac{n}{m}$, and $m\mid n$ and $k_i \geq 1$
Can this sum be simplified like the original one?
We assume positive integers $m,n\geq 2$. Since $m\mid n$ we know that $n=Nm$ is a multiple of $m$ with $N\geq 1$. This way we can write $W=Nm-B$ and $x=N$. We show by induction of $m$ that for all $N\geq 1, m\leq B\leq Nm$ the following is valid:
\begin{align*} \color{blue}{\sum_{\substack{k_1+\cdots+k_m=B\\k_1,\ldots,k_m\geq 0}} \binom{B}{k_1,\ldots,k_m}\binom{mN-B}{N-k_1,\ldots,N-k_m}=\prod_{q=2}^m\binom{qN}{N}}\tag{1} \end{align*}
Comment:
In (2) we write the multinomial as binomial coefficients and substitute $k_2 = B-k_1$.
In (3) we use the coefficient of operator $[z^N]$ to denote the coefficient of $z^N$ of a series.
In (4) we apply the rule $[z^{p-q}]A(z)=[z^p]z^qA(z)$.
In (5) we select the coefficient of $z^{N}$.
Induction hypothesis: $m=M$
We assume the validity of \begin{align*} \color{blue}{\sum_{{k_1+\cdots+k_M=B}\atop{k_1,\ldots,k_M\geq 0}} \binom{B}{k_1,\ldots,k_M}\binom{MN-B}{N-k_1,\ldots,N-k_M}=\prod_{q=2}^M\binom{qN}{N}}\tag{6} \end{align*}
Comment:
In (8) we write the multinomial coefficients using factorials.
In (9) we separate the summation of the summand $k_{M+1}$ as preparation to apply the induction hypothesis. We expand with $\left(B-k_{M+1}\right)!$ and $\left(MN-\left(B-k_{M+1}\right)\right)!$ to write the expression with binomial and multinomial coefficients.
In (10) we write the expression using binomial and multinomial coefficients.
In (11) we apply the induction hypothesis. We also use the coefficient of operator of $[z^N]$ to denote the coefficient of $z^N$ of a series.
In the following lines we use the same techniques as in the base step.