Also, here's a general rule that can be used in times of trouble :
If a series S, has terms t(n), which are polynomials in n, of order p, the sum S(n) is a polynomial of order p+1. The coefficients of this polynomial can be determined simultaneously, from the given p+2 terms in the series.
Example : If the series S, has terms, t(n) which are linear in n, ie : t(n) = an + b, then the sum, S(n) is a quadratic in n, ie: S(n) = An^2 + Bn + C
NOTE : The order of the polynomial can be determined by the method of "successive differences". If the p'th successive differences are equal, the order is p.
Example : Consider the sequence : 2, 6, 12, 20, 30, ...
The first differences are : 4, 6, 8, 10, ...
The second differences are : 2, 2, 2, ...
Since the second differences are equal, t(n) is a quadratic in n, ie : t(n) = an^2 + bn + c.
So you can assume the sum has a cubic form : S(n) = An^3 + Bn^2 + Cn + D
Plugging in the for S(1), S(2), S(3) and S(4) gives you 4 simultaneous equations in A, B, C, and D, which you can solve.