Prove that $1^2 + 3^2 + 5^2+\cdots+(2n-1)^2 = (4n^3-n)/3$ for all $n \in \mathbb{N}$.
How can I solve this with induction? I've been working through a couple examples and for this one I can't relate the base case to the induction hypothesis.
I realize the base case is $n = 1$, which I check by putting $n = 1$ directly into $(4n^3-n)/3$ and $(2n-1)^2$, which proves the base case.
Then I tried to compose the last two terms of the sequence by: $\cdots + (2k-3)^2 + (2k-1)^2$. Am I approaching this correctly? How would I do this? A solution would be helpful as I've tried many other things such as expanding, making an inequality, etc.
Thanks!