In trying to solve Exercise #12.13.9 (b), p.247, from the textbook "Probability, An Introduction" by Grimmett and Walsh, an exercise about Random Walks on the edges of 3-dimensional cube, I came up with the following identities involving sums of multinomial coefficients: for each $n\in\mathbb{N}$,
$$ \sum_{i_1+i_2+i_3=2n-1 \\ i_1,i_2 \text{ and } i_3 \text{ odd}}\dfrac{(2n-1)!}{i_1! i_2! i_3!} = \dfrac{3^{2n-1}-3}4 \quad \text{and} \sum_{i_1+i_2+i_3=2n-1\\ \text{ exactly one of } \\ i_1, i_2 \text{ or } i_3 \text{ is odd}}\dfrac{(2n-1)!}{i_1! i_2! i_3!} = \dfrac{3^{2n}+3}4 $$
These two sums give a partition of the sum $ \displaystyle\sum_{i_1,i_2,i_3}\dfrac{(2n-1)!}{i_1! i_2! i_3!} = (1+1+1)^{2n-1}=3^{2n-1}$ into two partial sums. Likewise,
$$ \sum_{i_1+i_2+i_3=2n\\ \text{ exactly one of } \\ i_1,i_2 \text{ or }i_3 \text{ is even}}\dfrac{(2n)!}{i_1! i_2! i_3!} = \dfrac{3^{2n+1}-3}4 \quad \text{and} \sum_{i_1+i_2+i_3=2n \\i_1,i_2 \text{ and }i_3 \text{ even}}\dfrac{(2n)!}{i_1! i_2! i_3!} = \dfrac{3^{2n}+3}4 $$
These two sums give a partition of the sum $\displaystyle\sum_{i_1,i_2,i_3}\dfrac{(2n)!}{i_1! i_2! i_3!} = (1+1+1)^{2n}=3^{2n}$ into two partial sums.
The identities above can be proved by induction on $n$, but I wonder if anybody has a better proof, such as a bijective proof or a proof by generating functions. I am interested in generalizations of the identities as well, for example to cubes of arbitrary dimension, from the case of the 3-dimensional cube as given here.
Any comments will be appreciated.