I have been attempting to solve this problem for a while now, but I am not sure how to truly start it.
$\sum\limits_{i=1}^N (2i-1) = N^2 $
So far I have found that $\sum\limits_{i=1}^N (2i-1) = (2(1)-1) + (2(2)-1) .... (2(N)-1) $
But this does not lead me any closer to finding the $N^2$ that I'm in the process of attempting to find.
\begin{align}\sum_{i=1}^N (2i-1)&= 2\sum_{i=1}^Ni-\sum_{i=1}^N1\\ &= 2\left( \frac{N(N+1)}{2}\right)-\sum_{i=1}^N1\end{align}
Alternatively, view the sum as an arithmetic progression with difference $2$.