I have $1^2+2^2+...+n^2$ and I want to prove the sum is $\frac{m(m+1)(2m+1)}{6}$. So for proving the formula for $1+3+5+7+... = n^2$ this is how i got the formula:
the common difference is 2, so the formula for $a_n = 2n-1$
The sum of an arithmetic series is $\frac{n(a_{1}+a_{n})}{2}$ so I have $\frac{n(1+(2n-1)}{2}$ so its $n^2$.
For the sum of the squares, I know that the term for $a_n$ is $n^2$. But since it's not an arithmetic sequence, I can't use my previous formula. Is there an analogous method?
I already know how to prove this by induction and i understand the visual proofs. But if you see how I formulated my sum for the first consecutive odd integers, can you please show me how I can do this for the sum of the squares in the same way or just tell me it's not possible if it isn't. Thank you!
Not really. The reason you get a nice easy formula for adding arithmetic series is distributivity.
Notice $\sum_{i=1}^{n}a_i$ where $a_i=mi+k$ is just $$\sum_{i=1}^n(mi+k)=(\sum_{i=1}^nmi)+(\sum_{i=1}^nk)=m(\sum_{i=1}^ni)+nk=m\frac{n(n+1)}{2}+nk=n\frac{(m(n+1)+2k)}{2}=n\frac{(mn+k+m+k)}{2}=\frac{n(a_1+a_k)}{2}$$
The reason this works is because the terms of an arithmetic series are extremely basic and so you can use commutativity and distributivity to reduce the problem to just summing the first $n$ integers and playing around with that. When you are trying to add squares there is no easy way to factor out so that you get to such a basic form. Notice that even here the hard part really was the one we left out and that's adding the first $n$ integers.