Number Sequence Calculator
Find the nth term and the sum of an arithmetic (constant difference) or geometric (constant ratio) sequence, with the first terms listed to visually confirm the pattern.
Calculator verified • Last updated: August 2026
Arithmetic Sequence
—
—
First Terms of the Sequence
| n | Term |
|---|
Arithmetic vs. Geometric Sequences
A sequence is simply an ordered list of numbers following a rule. The two most common types are arithmetic, where the same fixed amount is added each time, and geometric, where each term is instead multiplied by the same fixed factor.
Arithmetic Sequences
a1: the first term of the sequence.
d: the common difference between consecutive terms.
n: the term number.
an: the value of the nth term.
Sn: the sum of the first n terms.
For example, with a first term of 3 and a common difference of 4, the sequence runs 3, 7, 11, 15, 19, and so on. The 10th term is 3 + (10 − 1) × 4 = 39, and the sum of the first 10 terms is (10 ÷ 2) × (2 × 3 + (10 − 1) × 4) = 5 × 42 = 210.
Geometric Sequences
a1: the first term of the sequence.
r: the common ratio between consecutive terms.
n: the term number.
For example, with a first term of 2 and a common ratio of 3, the sequence runs 2, 6, 18, 54, 162, and so on — growing much faster than an arithmetic sequence with similar-looking numbers, since each term is multiplied rather than added to. The 8th term is 2 × 37 = 4,374, and the sum of the first 8 terms is 2 × (1 − 38) ÷ (1 − 3) = 6,560.
The Special Case: Common Ratio of Exactly 1
The geometric sum formula divides by (1 − r), which becomes division by zero when r equals exactly 1. But this case doesn't actually need the formula at all: when the ratio is 1, every single term equals the first term, so the sum of n terms is simply the first term multiplied by n — no formula required, just repeated addition of the same number.
Common Sequence Mistakes
Using n instead of (n − 1) in the exponent or multiplier is the single most common error in both formulas — the first term itself is already "term 1," so it needs zero differences or multiplications applied to it, not one. Mixing up which sequence type applies to a real-world problem is another frequent slip: compound interest and population growth are geometric (multiplicative), while a savings plan that adds the same fixed amount every period is arithmetic (additive) — using the wrong formula for the wrong situation gives a plausible-looking but wrong answer. Forgetting the special r = 1 case in a geometric sum, and getting a division-by-zero error or an undefined result, is also common when the formula is applied mechanically without checking for it first.
Sequence Terms You Should Know
Term — a single value in a sequence, referenced by its position (the 1st term, the 5th term, and so on).
Common Difference — the fixed amount added between consecutive terms of an arithmetic sequence.
Common Ratio — the fixed factor multiplied between consecutive terms of a geometric sequence.
Series — the sum of the terms of a sequence, as opposed to the sequence (the list of terms) itself.
Frequently Asked Questions
What is the difference between an arithmetic and a geometric sequence?
An arithmetic sequence adds the same fixed amount (the common difference) to get each next term. A geometric sequence multiplies by the same fixed factor (the common ratio) instead, which causes it to grow or shrink much faster than an arithmetic sequence.
What happens to a geometric series when the common ratio is exactly 1?
When the ratio is 1, every term in the sequence is identical to the first term, so the usual sum formula would divide by zero. In that special case, the sum of n terms is simply the first term multiplied by n.
How do I find the nth term of a sequence without adding up every term before it?
Both arithmetic and geometric sequences have a direct formula for the nth term that doesn't require listing every prior term: a1 + (n minus 1) times the common difference for arithmetic, or a1 times the common ratio raised to the (n minus 1) power for geometric.