Proof of $\sum_{i=0}^n \sum_{j=0}^{i-1} j = {n+1 \choose 3}$
I am trying to generate a combinatorics proof of this identity, but have been stuck for hours. I've been trying to think of someway to describe building the number of subsets of size 3 of a set of size n-1 that also generates the sum on the left, but haven't made much progress.
Hints
How many subsets of $\{0,1,\dots,n\}$ have size $3$?
For how many of those subsets is the largest element equal to $i$, and the second largest equal to $j$?