sumsS
SumsS is a term used in some mathematical texts to denote the family of symmetric sums associated with a finite multiset of variables. It collects all elementary symmetric sums of the multiset, organized by the size of the contributing subsets. Given variables x1, x2, ..., xn, sumsS consists of s_k = sum over all 1 ≤ i1 < ... < ik ≤ n of x_{i1} x_{i2} ... x_{ik} for k = 0, 1, ..., n, with s_0 = 1. The collection sumsS is the sequence {s_0, s_1, ..., s_n}.
The generating function for sumsS is the formal power series sum_{k=0}^n s_k t^k = ∏_{i=1}^n (1 + x_i
Computation is typically done by an iterative or dynamic-programming approach: incorporating each variable x_i updates the
Applications of sumsS include polynomial factorization, solving equations via Viète’s formulas, and generating-function techniques in combinatorics.