Express $a^2b+a^2c+b^2a+b^2c+c^2a+c^2b$ in terms of elementary symmetric polynomials.
I started with expanding $(a + b + c)^3$ and got to
$a^2b+a^2c+b^2a+b^2c+c^2a+c^2b = \frac{1}{3}(a + b + c)^3 -a^3 -b^3 - c^3 -2abc$
I see that the first and last terms on the right hand side are expressions of $S_1$ and $S_3$, but I am having trouble with the $-a^3 -b^3 - c^3$ terms.
$$\begin{align}S_1S_2&=(a+b+c)(ab+ac+bc)\\ &=a^2b+a^2c+abc+ab^2+abc+b^2c+abc+ac^2+bc^2\\ &=a^2b+a^2c+ab^2+b^2c+ac^2+bc^2+3S_3\end{align}$$