$$1*2 + 2*3 + 3*4 + ... + n(n+1) = 2*{n+2\choose 3}$$ for natural numbers $n$.
For my discrete maths class, we are learning combinatorial proofs, and my prof handed this problem as practice. I'm aware of the process of a combinatorial proof (counting the same thing in two different ways), but I have no idea how to start this problem or how to relate the LHS to a counting problem.
All I know is the RHS is twice the number of ways to make $3$ element subsets of a set of $n+2$ elements. A possible hint I found from a related problem in my book is to consider a set $$S = \{0, 1, 2, 3, ... , n, n+1\}$$ which has $n+2$ elements.