I want to find all coefficients of polynomial expression using multinomial theorem. For eg. coefficients of (a+b+c+d+e)^9.
At this wikipedia link, Multinomial coefficients is given as follows:

But i dont understand how can i get the values of all the coefficients?
I know that for a binomial expression((a+b)^4) -> pascal's triangle is used to find coefficients, for a trinomial expression ((a+b+c)^5) -> pascal's pyramid is used to find coefficients. But how to find coefficients of a polynomial expression?
Thanks a lot for help
Regards