Using mathematical induction, prove that $$1+5+9+\cdots+(4n+1) = (n+1)(2n+1).$$
I understand the steps to take in order to prove by induction. It is also to my understanding that step 1 would be to verify that $n=1$ is true. I don't believe that it is true here.
When $n = 1$, we have $4n + 1 = 5$ and $(n + 1)(2n + 1) = 6$.
Am I missing something or is this a typo on my practice final?
No, it's fine. For $n = 1$, the last term is $4n + 1 = 5$, so the LHS is just $1 + 5 = 6$, which matches the RHS. In fact, you could even start your base case at $n = 0$.