Show that
$$\frac14 \sum_{i=1}^{2n}i(2n-i+1)=\sum_{i=1}^n i^2$$
without expanding the summation to its closed-form solution, i.e. $\dfrac 16n(n+1)(2n+1)$ or equivalent.
E.g., if $n=5$, then
$$\frac 14 \bigg[\;1(10) + 2(9)+ 3(8)+\cdots+10(1)\;\bigg]=1^2+2^2+3^2+4^2+5^2$$
Background as requested:
The summands for both equations are not the same but the results are the same. The challenge here is to transform LHS into RHS without solving the summation. It seems like an interesting challenge. If you like this question, please vote to reopen it. Thank you!