To prove:
$$(x+1)^2+(x+2)^2...(2x)^2=(x(2x+1)(7x+1))/6$$
I got to the proving part using $P(K+1)$ which comes out to be $(x(2x+1)(7x+1))/6 - (x+1)^2 + (2x+2)^2$ not sure if my logic is right, what should i do after this? i tried to distribute and set a common denominator but still cant figure it out.
$$\begin{align} \sum_{r={x+1}}^{2x} r^2 &=\sum_{r=1}^{2x}r^2-\sum_{r=1}^x r^2\\ &=\frac 16 (2x)(2x+1)(4x+1)-\frac 16x(x+1)(2x+1)\\ &=\frac 16 x(2x+1)\left[2(4x+1)-(x+1)\right]\\ &=\frac 16 x(2x+1)(7x+1)\end{align}$$ __