First time here? Check out the FAQ!
answered 13 years ago
sage: var('k,n'); sum(k^2, k, 1, n+1) (k, n) 1/3*n^3 + 3/2*n^2 + 13/6*n + 1