Arithmetic Series Calculator

JJ Ben-Joseph headshot JJ Ben-Joseph

Arithmetic series: what this calculator finds

An arithmetic sequence is a list of numbers where each term changes by a constant amount called the common difference (d). An arithmetic series is the sum of the first n terms of that sequence.

With inputs first term (a1), common difference (d), and number of terms (n), this calculator computes:

How to use this arithmetic series calculator

  1. Enter the first term a1 (any real number, including negatives and decimals).
  2. Enter the common difference d (can be negative, zero, or decimal).
  3. Enter the number of terms n (typically a whole number: 1, 2, 3, …).
  4. Click Calculate to get an and Sn.

Definitions

Formulas

Nth term of an arithmetic sequence:

an = a1 + (n − 1)d

Sum of the first n terms (two equivalent forms):

Sn = (n/2)·(2a1 + (n − 1)d)

Sn = (n/2)·(a1 + an)

MathML (copy/paste friendly)

an = a1 + (n1) d Sn = n2 · ( 2a1 + (n1)d )

Interpreting the results

What does an mean?

an is the value of the term at position n. If you list the first n terms, an is the last one shown.

What does Sn mean?

Sn is the total when you add the first n terms:

a1 + a2 + … + an

Special cases

Worked example (step by step)

Suppose a1 = 2, d = 3, and n = 4.

1) Find the 4th term

a4 = 2 + (4 − 1)·3 = 2 + 9 = 11

2) Find the sum of the first 4 terms

S4 = (4/2)·(2·2 + (4 − 1)·3) = 2·(4 + 9) = 26

Check by listing the terms: 2, 5, 8, 11 → 2 + 5 + 8 + 11 = 26.

Sequence vs. series (quick comparison)

Concept What it represents Typical notation Example (a₁ = 2, d = 3)
Arithmetic sequence The list of terms aₙ 2, 5, 8, 11, …
Arithmetic series The sum of the first n terms Sₙ S₄ = 2 + 5 + 8 + 11 = 26

More examples (common classroom cases)

Limitations and assumptions

FAQ

Can the common difference d be negative?

Yes. A negative d means the sequence decreases by a fixed amount each term, and the same nth-term and sum formulas still apply.

What if d = 0?

Then every term equals a1. The sum becomes Sn = n·a1.

Is an arithmetic series the same as an arithmetic sequence?

No. A sequence is the list of terms (an), while a series is the sum of terms (Sn).

Can a₁ or d be decimals?

Yes. The results can be fractional/decimal as well.

Why does the sum formula use n/2?

The series can be paired from the beginning and end: each pair sums to the same value (a1 + an), and there are n/2 such pairs (with a middle term when n is odd).

Can this calculator find n if I know the sum?

Not directly. Solving for n from Sn typically leads to a quadratic equation when d ≠ 0.

Enter values to compute.

Embed this calculator

Copy and paste the HTML below to add the Arithmetic Series Calculator - Sum and Term Finder to your website.