How do you solve the expression
$$\sum_{j=0}^nj\sum_{1\le i_1<i_2<...<i_j\le n}m_{i_1}+m_{i_2}+...+m_{i_j}$$
with the following:
$$ \begin{array}{ll} variable & value\\ \hline n & 3\\ m_1 & 1 \\ m_2 & 2 \\ m_3 & 3 \\ \end{array} $$
I get that $$ 0 * \text{something}\\ + 1 * \text{something}\\ + 2 * \text{something}\\ + 3 * \text{something} $$
?
But I can't figure out how to express that $\text{something}$ from the original sigma notation.