I devised this question based on recent (and not-so-recent) MSE questions on summations.
Evaluate $$\frac{1\cdot2+2\cdot3+3\cdot4+\cdots+1000\cdot1001}{1\cdot1000+2\cdot999+3\cdot998+\cdots+1000\cdot1}$$
or more formally
Evaluate $$\frac {\displaystyle\sum_{r=1}^nr\ (r+1)\quad} {\displaystyle\sum_{r=1}^nr\ (n+1-r)} $$ for $n=1000$.
The obvious approach would be to evaluate the summation in the numerator and denominator separately and take the ratio in the hope that terms cancel out to give a nice answer.
Given that there is a nice answer, would it be possible to solve this using any other approach?