SERIESSUM

SERIESSUM(arg1, arg2, arg3, arg4) → { number | string | boolean }

Returns the sum of a power series based on the formula.

Parameters:

Name Type Description
arg1 any

Is the input value to the power series.

arg2 any

Is the initial power to which you want to raise x.

arg3 any

Is the step by which to increase n for each term in the series.

arg4 any

Is a set of coefficients by which each successive power of x is multiplied.

Returns:

Type
number | string | boolean