( + + ... + )^n = sum over all (,...,) with sum = n of [n!/(!!...*!)] * * * ... * .
Number of terms: C(n+k-1, k-1). For trinomial (k=3): C(n+2, 2) terms.
The coefficient n!/(!...!) is the multinomial coefficient. It counts the number of ways to arrange n objects where are of type i.
Application: Finding coefficient of in (x+y+z)^n = n!/(a!*b!*c!) if a+b+c = n.