Proof of sum of cubes of odd numbers by induction

40 Views Asked by At

Prove by mathematical induction $$1^3 + 3^3 + \cdots + (2n - 1)^3 = n^2(2n^2-1),\forall n\geq1$$

Please help me solve this question using the mathematical induction method.