Multinomial Coefficients Definition in expansion of $(1+x+x^2+\cdots+x^l)^n$

The literature defines multinomial coefficients (or extended bnomial coefficients) as

$$ \binom{n}{r_1,r_2,\cdots,r_l} = \frac{n!}{r_1!r_2!\cdots r_l!}$$ where $$ r_1+r_2+\cdots+r_l = n$$

Which is the coefficient of $x_1^{r_1}x_2^{r_2}\cdots x_l^{r_l}$ in expansion of $(x_1+x_2+\cdots+x_l)^n$.

Question: How do we call the coefficients of $x^r$ in expansion of $(x+x^2+\cdots+x^l)^n$. Is it bad to name them multinomial coefficients?

In case of binomial coefficients the two are same in expansion of $(x_1+x_2)^n$ and the expansion of $(x+x^2)^n$. Obviously the two are different for multinomial expansion.

Example: As $(x_1+x_2+x_3)^2= x_1^2+2 x_2 x_1+2 x_3 x_1+x_2^2+x_3^2+2 x_2 x_3$. The coefficients are $\{ 1,2,2,1,1,2 \}$. Are these MULTI-NOMIAL?

$ As (x+x^2+x^3)^2=x^2 + 2 x^3 + 3 x^4 + 2 x^5 + x^6$. The coefficients are $\{1,2,3,2,1\}$. Are these too the MULTI-NOMIAL?

I prefer different terminologies to avoid confusion. Therefore want to know how these are distinguished in existing literature.


You can approach this with powerseries. The coefficient of $x^k$ in $(1+x+\cdots+x^n)^\ell$ is the way of writing $k$ as an ordered sum of elements in $S=\{0,1,\ldots,n\}$ of length $\ell$. Now note that $1+x+\cdots+x^n=\dfrac{1-x^n}{1-x}$ so that we want the coefficient of $x^k$ in $$f(x)=\frac{1}{(1-x)^\ell}(1-x^n)^\ell$$

This is thus obtained by writing out the product of the two powerseries involved, where $$\tag 1(1-x)^{-\ell}=\sum_{k\geqslant 0} \binom{\ell+k-1}{k}x^k\\(1-x^n)^{\ell}=\sum_{k\geqslant 0} \binom {\ell}k (-1)^k x^{kn}$$

Recall that $$\binom{-n}k=\frac{-n(-n-1)\cdots (-n-k+1)}{k!}=(-1)^k\frac{(n+k-1)\cdots (n+1)n}{k!}=(-1)^k\binom{n+k-1}{k}$$

which gives $(1)$. Combinatorially, the coefficient of $x^k$ in the above counts the number of ordered tuples of length $\ell$ that are solutions to $x_1+\cdots+x_\ell=k$ with entries in $\{0,\ldots,n\}$.