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.
$$r_1=r\\r_1+r_2+r_3+...+r_l=n\\r+r_2+r_3+...+r_l=n\\r_2+r_3+...+r_l=n-r$$so $$\binom{n-r}{r_2,r_3,...,r_l}=\frac{(n-r)!}{r_2!r_3!...r_l!}$$ it is coefficient of $x^r$