In Spivak's Calculus, Chapter 2, the second problem of the set asks you to find a formula for the following series:
$$\sum_{i=1}^n(2i-1)$$ and $$\sum_{i=1}^n(2i-1)^2$$ Now, for the former, this was fairly straightforward: it sums to $i^2$ and I have a proof that I'm happy with. However, for the latter, I cannot identify a pattern in terms of $n$ to begin building a proof. The series proceeds $1^2 + 3^2 + 5^2 + 7^2 + \cdots + (2n-1)^2$, so the sum for the first few indices would be $1, 10, 35,$ and $84.$ Not only have I failed to come up with an expression of this in terms of $n$, but I'm not even sure what I should be considering to lead me to such a formula.
Hint : Expand the summand & use \begin{eqnarray*} \sum_{i=1}^{n} i^2 =\frac{n(n+1)(2n+1)}{6}. \end{eqnarray*} You should get to \begin{eqnarray*} \sum_{i=1}^{n} (2i-1)^2 =\frac{n(4n^2-1)}{3}. \end{eqnarray*}