I have $1^3 + 3^3 + ... + (2n + 1)^3 = (n+1)^2(2n^2 + 4n + 1)$
So, if $A_r = (r + 1)^2(2r^2 + 4r + 1)$ is true, then $$A_{r+1} = (r+1)^2(2r^2 + 4r + 1) + (2r + 3)^3$$ And now I can't transform the expression above into the form $$(r + 2)^2(2(r + 1)^2 + 4(r+1) + 1)$$ I tried to open these terms and got $2r^4 + 16r^3 + 47r^2 + 60r + 28$, but it seems to be a very difficult expression.
I will be grateful for any hints.
It can be also solved using the following steps:
\begin{align} & 2r^4 + 16r^3 + 47r^2 + 60r + 28\\ & = 2r^4 + 8r^3 + 8r^3 + 8r^2 + 32r^2 + 7r^2 + 32r + 28r + 28 \\ & = (2r^4 + 8r^3 + 8r^2) + (8r^3 + 32r^2 + 32r) + (7r^2 + 28r + 28) \\ & = 2r^2(r^2 + 4r + 4) + 8r(r^2 + 4r + 4) + 7(r^2 + 4r + 4) \\ & = 2r^2(r+2)^2 + 8r(r+2)^2 + 7(r+2)^2 \\ & = (r+2)^2(2r^2 + 8r + 7) \\ & = (r+2)^2(2(r+1)^2 + 4(r+1) + 1) \\ \end{align}