Skip to main content
➕ Sequences

Arithmetic Sequence Calculator

Enter the first term, common difference and number of terms to get the nth term and the sum of the arithmetic series — with both formulas shown step by step.

nth term aₙ
Series sum Sₙ
Negative d ok
Formulas shown
100% Free
🔢 Open All Math Calculators 📖 Read the Guide

Arithmetic sequence — Quick answer

Each term adds a constant common difference d to the one before.

aₙ = a + (n−1)d  ·  Sₙ = n/2 × (a + aₙ)

Worked example: a = 2, d = 3, n = 10 → a₁₀ = 29, sum = 155.

Examples

a, d, nnth termSum
2, 3, 1029155
5, −2, 8−9−16
1, 1, 1001005050

Geometric sequences multiply by a ratio instead — different formulas.

➕ Arithmetic Sequence Calculator

Enter the first term, the common difference, and how many terms.

nth term (aₙ)
Sum of n terms (Sₙ)
Average term

ℹ️ Arithmetic = add a constant difference each step. For multiply-by-a-ratio sequences, use a geometric sequence calculator.

An arithmetic sequence (or progression) adds a fixed common difference d between terms. From the first term a, the nth term is aₙ = a + (n−1)d, and the sum of the first n terms is Sₙ = n/2 × (a + aₙ) — the count times the average of the first and last terms.

Reviewed: June 20, 2026 · Author: Naveen P N, Founder — AI Calculator · Verified against: the arithmetic nth-term and series-sum formulas, recomputed in code.

The formulas

nth term
aₙ = a + (n − 1)d
Sum (first & last)
Sₙ = n/2 × (a + aₙ)
Sum (a & d)
Sₙ = n/2 × (2a + (n − 1)d)

The nth term steps forward from the first by (n − 1) lots of d. The sum is the number of terms times their average, and because the terms are evenly spaced, that average is just the midpoint of the first and last — which is why Sₙ = n/2 × (a + aₙ). The two sum forms are the same; the second avoids computing aₙ first.

Worked examples

a = 2, d = 3, n = 10:

Term & sum
a₁₀ = 2 + 9×3 = 29 · S = 10/2 × (2+29) = 155

A decreasing one, a = 5, d = −2, n = 8:

Negative d
a₈ = 5 + 7×(−2) = −9 · S = 8/2 × (5+−9) = −16

The Gauss sum, a = 1, d = 1, n = 100:

1 + 2 + … + 100
a₁₀₀ = 100 · S = 100/2 × (1+100) = 5050

So the first runs to a 10th term of 29 summing to 155, the decreasing one reaches −9 summing to −16, and adding 1 through 100 famously gives 5050.

Frequently Asked Questions

What is an arithmetic sequence?

Terms that differ by a constant d. 2, 5, 8, 11 has d = 3. Also called an arithmetic progression.

Formula for the nth term?

aₙ = a + (n−1)d. a = 2, d = 3 → a₁₀ = 2 + 27 = 29.

How do I sum the series?

Sₙ = n/2 × (a + aₙ). For a=2,d=3,n=10: 10/2 × (2+29) = 155.

Can d be negative?

Yes — a decreasing sequence. a=5, d=−2 → 5,3,1,−1,… with a₈ = −9.

Arithmetic vs geometric?

Arithmetic adds a difference; geometric multiplies by a ratio. 2,5,8 vs 2,6,18.

Need more math tools?

Explore averages, cube root, factorial, exponents and more across the AI Calculator math suite.

🔢 Open Math Calculators — Free

No registration required · 350+ calculators · PDF report export