calculate sum elements of sequence

Series calculator allows to calculate online the sum of the terms of the sequence whose index is between the lower and the upper bound.
sum(`n;1;4;n^2`), returns 30, ie `1^2+2^2+3^2+4^2`
See also