StatGardenREF. DESK
Calculators/Maths/Sum of Series Calculator
Maths

Sum of Series Calculator calculator

The sum of the first n terms of an arithmetic or geometric series, with the nth term shown too.

Published 21 August 2026

What this calculator does

Summing a series is a different question from listing its terms. An arithmetic or geometric sequence calculator will happily generate the 1st, 2nd or 50th term individually, but adding every one of the first n terms together, the sum of an arithmetic series or the sum of a geometric series, uses its own dedicated formula rather than just totalling terms one at a time.

This calculator covers both cases. An arithmetic series adds a fixed difference at each step, so its terms grow in a straight line and its sum has a simple closed-form formula. A geometric series multiplies by a fixed ratio at each step instead, so its terms grow (or shrink) exponentially, and where that ratio is between −1 and 1, the sum keeps approaching a finite limit even as the number of terms goes to infinity.

The formula

FormulaArithmetic: Sₙ = n/2 × (2a₁ + (n−1)d); Geometric: Sₙ = a₁(1−rⁿ)/(1−r) for r≠1

For an arithmetic series, the sum of the first n terms is Sₙ = n/2 × (2a₁ + (n−1)d), where a₁ is the first term and d is the common difference. For a geometric series, Sₙ = a₁(1−rⁿ)/(1−r) for a common ratio r not equal to 1, and where |r| < 1, that same formula converges to a finite sum to infinity, S∞ = a₁/(1−r), as n grows without bound.

TermMeaning
Common difference (d)The fixed amount added at each step of an arithmetic series.
Common ratio (r)The fixed multiplier applied at each step of a geometric series.
SₙThe sum of the first n terms of the series.
S∞The sum to infinity of a geometric series, which only exists (converges) when the common ratio's absolute value is less than 1.

The inputs explained

FieldWhat to enter
Series typeChoose whether the series is arithmetic (adds a fixed amount each term) or geometric (multiplies by a fixed ratio each term).
First term (a₁)The first term of the series.
Common difference (arithmetic) or common ratio (geometric)The common difference if the series is arithmetic, or the common ratio if it is geometric.
Number of terms (n)How many terms to sum, starting from the first term.

When to use it

Totalling a savings or contribution schedule

A savings plan that adds a fixed extra amount each period is an arithmetic series; summing it gives the total contributed after a set number of periods, without adding each period by hand.

Working out compounding growth over a fixed number of steps

Anything that grows by a constant percentage each step, from repeated doubling to compound interest instalments, is a geometric series, and its sum gives the running total across all those steps combined.

Checking whether an infinite process settles to a finite total

A geometric series with a common ratio between −1 and 1 keeps adding smaller and smaller amounts forever, but the total still converges to a specific finite number, which the sum to infinity shows directly.

Worked examples

Every figure in the tables below is produced by this page’s own calculator at build time, so the numbers and the tool always agree. Select any row to load that scenario.

How the sum of an arithmetic series changes with the number of terms

A fixed first term and common difference, across a range of term counts.

First term 5, common difference 3
Number of termsSum of first n terms (Sₙ)nth term (aₙ)
555.00017.000
10185.00032.000
15390.00047.000
20670.00062.000
301,455.0092.000
503,925.00152.000
The sum grows faster than the individual terms as n increases, since Sₙ is proportional to n², while the nth term itself only grows in proportion to n.

How the sum of a geometric series changes with the common ratio

A fixed first term and term count, across a range of common ratios either side of 1.

First term 5, 8 terms
Common ratioSum of first n terms (Sₙ)Sum to infinity
0.256.6676.667
0.59.96110.000
0.7517.99820.000
1.5246.289Diverges: |r| ≥ 1
21,275.00Diverges: |r| ≥ 1
316,400.00Diverges: |r| ≥ 1
Ratios below 1 keep the sum bounded and give a finite sum to infinity; ratios of 1.5 and above cause the terms, and therefore the running sum, to grow without limit, so no sum to infinity exists for those.

Questions

What is the difference between a sequence and a series?

A sequence is the ordered list of terms itself, such as 5, 8, 11, 14. A series is the sum of those terms added together, such as 5 + 8 + 11 + 14. Generating terms and summing them are related but distinct calculations, which is why this sits alongside, rather than replacing, a dedicated sequence calculator.

When does a geometric series have a sum to infinity?

Only when the common ratio's absolute value is strictly less than 1. In that case each new term is smaller than the last, and the running total approaches a fixed limit rather than growing forever. A ratio of 1 or more, or −1 or less, means the series diverges and has no finite sum to infinity.

What happens with a common ratio of exactly 1 in a geometric series?

Every term is identical to the first, so the sum of n terms is simply n times that first term, which this calculator handles as a special case to avoid dividing by zero in the general formula.

Can the common difference or ratio be negative?

Yes. A negative common difference produces a steadily decreasing arithmetic series, and a negative common ratio produces a geometric series that alternates in sign from term to term, both of which this calculator handles directly.

For the individual terms of an arithmetic series rather than their sum, see the arithmetic sequence calculator. For the individual terms of a geometric series, see the geometric sequence calculator.