I have previously proved that $$\sum_{k=i}^{n} k(k-1)(k-2)\cdots(k-i+1) = \frac{(n+1)\cdot n\cdot (n-1)\cdots(n-i+1)}{i+1}$$
From here I am supposed to show that the formula above can be used to compute the sum of $k^h$, for example, $\sum_{k=1}^{n}k^2$ or $\sum_{k=1}^{n}k^3$, starting with $$\sum_{k=1}^{n}k=\frac{n(n+1)}{2}$$ I cannot figure out the connection between these and do not know where to start...