I am trying to obtain a formula for:
$G = m_1m_2 + m_1m_3 + m_2m_3$ using sigma notation.
I've come up with: $\sum_{i=1}^{3} \sum_{j=2}^{3} m_im_j = \sum_{i=1}^{3}m_im_2 + m_im_3 = m_1m_2 + m_1m_3 + m_2m_2 + m_2m_3 +m_3m_2 + m_3m_3$. My question is, how do I exclude the values $m_2m_2, m_3m_2, m_3m_3$ in order to obtain $G$? That is, how should I exclude the values where $i \geq j$? Also, is there any way that I can express the above sum "without" the double sigma?