This is a standard summation. The general term is a product of \(r\) consecutive integers.
Use the method of differences. Let \(T_k = k(k+1)...(k+r-1)\).
Show \(T_k = \frac{1}{r+1} [k(k+1)...(k+r) - (k-1)k...(k+r-1)]\).
Summing this from \(k=1\) to \(n\) gives a telescoping sum.