-1

Compute the following sums: a) 1 + 2 + 3 + ... + n; b) 1 + 3 + 5 + ... + 2n-1; c) 2 + 5 + 8 + ... + 3n-1 d) a + (a+d) + (a+2d) + ... + (a+(n-1)d)

I have found that the sum of a) = -1/12. I have no idea how to find the rest, does anyone else have any idea? Any help is much appreciated

1 Answers1

0

These are all presumably finite sums, not infinite. These are all sums of arithmetic progressions. The first should be $\frac 12n(n+1)$. Presumably your answer of $-\frac 1{12}$ was found by Google search, I suggest you unlearn it. It was discussed here

Ross Millikan
  • 374,822