Calculation of $\displaystyle\mathop{\sum\sum}_{1\leq i< j\leq n}ij$
When I expand that sum, I get
$\displaystyle[1(2+3+4+\cdots+n)+2(3+4+\cdots+n) $
$+3(4+5+6+\cdots+n)+\cdots (n-1)n]$
In each bracket sum in arthematic progression and we have to find individual sum
Is there is any better way to find its sum, have a look please.