Excel Function : SERIESSUM
Category
Math and trigonometry
Description
Returns the sum of a power series based on the formula
Microsoft Excel Reference Page
https://support.office.com/en-us/article/SERIESSUM-function-a3ab25b5-1093-4f5b-b084-96c49087f637
Syntax and Description of the SERIESSUM Excel Function
returns the sum of a power series based on the formula: =SERIESSUM(x, n, m, coefficients) where: x – The x-value at which the sum is calculated n – The initial power of x m – The final power of x coefficients – An array of coefficients corresponding to the powers of x, in the order of the powers. The SERIESSUM function provides the following base power series: power series form of the series sum general form of the series sum 1 1 + x + x2 + … + xn x n (1 + x) n e x e x – e x 2 /2 2! +
About SERIESSUM Excel Function
SERIESSUM(x,n,m,coefficients) The SERIESSUM function calculates the sum of a power series based on the given x-value, n-value, m-value, and coefficients.