Suppose we have list of $n$ integers $i_1,i_2,\ldots, i_n$ , and we choose $k$ integers from it in all possible combinations (i.e., $C^n_k$ combinations). Now for each combination, we multiply chosen $k$ integers, and add the results.
How do I mathematically formulate this? (some form like $ \sum \prod ??? $)