How can I use induction to prove that
$1^2+3^2+...+(2n+1)^2=\frac{(n+1)(2n+1)(2n+3)}{3}$ for non-negative integers $n$?
How can I use induction to prove that
$1^2+3^2+...+(2n+1)^2=\frac{(n+1)(2n+1)(2n+3)}{3}$ for non-negative integers $n$?
HINT
Recall that proof by induction require two steps
1. Base case
2. Induction step
$$1^2+3^2+...+(2n+1)^2+2[(n+1)+1]^2=\frac{[(n+1)+1][2(n+1)+1][2(n+1)+3]}{3}$$