AlejandroVerd said:
... a formula I can use to add every other odd number (S1=1, S2=1+5, S3=1+5+9)
Partially alternate way:
Let n = the number of terms.
The differences are 4, and based on the first term, the general term is (4n - 3).
Write the descending sum under the ascending sum and add the two equations
together to get twice the sum on one of the sides. Then divide each side of
the resulting equation by 2:
\(\displaystyle S \ = \ 1 \ \ \ \ \ \ \ \ \ + \ 5 \ \ \ \ \ \ \ \ \ + \ 9 \ \ \ \ \ \ \ \ \ + ... + (4n - 7) + (4n - 3)\)
\(\displaystyle S \ = \ (4n - 3) + (4n - 7) + (4n - 11) + ... + 5 \ \ \ \ \ \ \ \ \ + 1\)
----------------------------------------------------------------------------------------------
\(\displaystyle 2S = \ (4n - 2) + (4n - 2) + (4n - 2) \ + ... + (4n - 2) + (4n - 2)\)
\(\displaystyle S \ = \ (2n - 1) + (2n - 1) + (2n - 1) \ + ... + (2n - 1) + (2n - 1)\)
There are n terms, which makes n columns, so the sum is:
\(\displaystyle S \ = \ n(2n - 1)\)