Im trying to understand an example of multinomial theorem, and have a question.
Lets say I want to expand $(a+b+c)^2$.
I apply the theorem that says $(a+b+c)^2= \sum_{i=1}^{2} \frac{2!}{n_1!n_2!n_3!} \cdot a^{n_1} \cdot b^{n_2} \cdot c^{n_3}$ where $n_1+n_2+n_3=2$.
According to the solution I want to find all combinations of $n_1+n_2+n_3$ that satisfies they sum up to 2, and the solution only give these for combinations.
$n_0=0, n_1=0, n_2=2$
$n_0=0, n_1=1, n_2=1$
$n_0=1, n_1=0, n_2=1$
$n_0=1, n_1=1, n_2=0$
However, should there also be these combinations aswell?
$n_0=2, n_1=0, n_2=0$
$n_0=0, n_1=2, n_2=0$