Changing the limits of a sum and combine them

38 Views Asked by At

could someone show me how to change the limits of a double summation $\sum_{i=1}^{n-1}\;\sum_{j = i+1}^n$ and combine them together to form $\sum_{i,j=1}^n$?

i think we must incorporate the use of $(i\wedge j)$ inside the function but i cant seem to figure out how to