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