SymmetricPolynomial
SymmetricPolynomial[k, {x1, ..., xn}] gives the kth elementary symmetric polynomial in the variables x1, ..., xn.
Examples
Get the 2nd elementary symmetric polynomial:
SymmetricPolynomial[2, {a, b, c}]
(* a b + a c + b c *)Please visit the official Wolfram Language Reference for more details.