In the summation:
$\sum\limits_{j=2}^n (j-1) = \frac{n(n-1)}{2}$
Given that $\sum\limits_{j=2}^n (j) = \frac{n(n+1)}{2}-1$. Expanding it: $ \frac{n(n+1)-2n(n+1)}{2}$ = $ \frac{-n(n+1)}{2}$ and bringing the minus sign inside $ \frac{n(n-1)}{2}$.
So that would mean $\sum\limits_{j=2}^n (j) = \frac{n(n-1)}{2}$ but that's the result of $\sum\limits_{j=2}^n (j-1)$.
What I'm doing wrong?