Enter your sequence
Choose what you want to calculate, then enter the values you already know. Tip: if you’re doing homework, use n = 1 for the first term (a₁) and count upward from there.
Use this free Geometric Sequence Calculator to compute an nth term, a finite sum, an infinite sum (when it converges), or solve backwards for the common ratio and first term. It’s designed to be fast for homework, clean for screenshots, and surprisingly useful for real-life growth & decay (interest, inflation, populations, depreciation).
Choose what you want to calculate, then enter the values you already know. Tip: if you’re doing homework, use n = 1 for the first term (a₁) and count upward from there.
A geometric sequence is one of the most “real-life friendly” ideas in algebra because it models anything that grows or shrinks by a constant factor each step. If something multiplies by the same number over and over, you’re basically living inside a geometric sequence.
The common ratio is the multiplier that takes you from one term to the next: r = a₂ / a₁, and also r = a₃ / a₂, etc. If the sequence really is geometric, every consecutive ratio is the same.
The nth term formula is a compact way to jump straight to any position in the sequence without listing everything. Why does the exponent use (n − 1)? Because when n = 1, you want a₁—and r^0 = 1. Each time you move one step forward, you multiply by r one more time, which is exactly what exponents represent.
For example, with a₁ = 3 and r = 2, you get: a₁ = 3, a₂ = 3·2, a₃ = 3·2², and so on. So the 8th term is a₈ = 3 · 2⁷ = 384.
Sometimes you don’t just want one term—you want the total of the first n terms: Sₙ = a₁ + a₂ + … + aₙ. For geometric sequences, there’s a classic cancellation trick that gives a closed-form sum.
Start with Sₙ = a₁ + a₁r + a₁r² + … + a₁r^(n−1). Multiply both sides by r: rSₙ = a₁r + a₁r² + … + a₁rⁿ. Subtract: Sₙ − rSₙ = a₁ − a₁rⁿ. Factor: Sₙ(1 − r) = a₁(1 − rⁿ). Divide: Sₙ = a₁(1 − rⁿ)/(1 − r) (for r ≠ 1).
If r = 1, the sequence is constant, so Sₙ = n·a₁.
If |r| < 1, the terms shrink and the total can approach a finite value even with infinitely many terms. In that case: S∞ = a₁ / (1 − r).
Example: 1 + 1/2 + 1/4 + 1/8 + … has a₁ = 1, r = 1/2, so S∞ = 1/(1 − 1/2) = 2. This is also how repeating decimals become fractions.
The fastest way to get confident is to run a few “template problems” and notice the same patterns repeating.
Sequence: 5, 15, 45, 135, … has a₁ = 5, r = 3. So a₁₀ = 5 · 3^(10−1) = 98415.
With a₁ = 5, r = 3, n = 6: S₆ = 5(1 − 3⁶)/(1 − 3) = 1820.
Sequence: 2, −6, 18, −54, … has r = −3. The 7th term is a₇ = 2 · (−3)⁶ = 1458 (positive because the exponent is even).
Sequence: 80, 40, 20, 10, … has r = 1/2. Since |r| < 1, S∞ = 80/(1 − 1/2) = 160.
If a₁ = 3, a₈ = 384, then 384 = 3 r⁷ → r⁷ = 128 → r = 2.
Viral trick: compare r = 1.05 vs r = 1.10 over many steps. Tiny changes compound dramatically.
This page offers multiple “solve modes” because real problems don’t always give you the same variables.
Arithmetic adds a constant difference each step. Geometric multiplies by a constant ratio each step. “Doubling/halving/compounding” screams geometric.
Because when n=1 you need a₁, and r^0 = 1. Each step forward adds one more multiplication by r.
Only when |r| < 1. Otherwise the terms don’t shrink fast enough (or at all) so the sum diverges.
Yes—then terms alternate signs. The magnitude grows or shrinks based on |r|.
Rearrange: r = (aₙ/a₁)^(1/(n−1)). That’s the “common ratio” mode here.
Compound interest, depreciation, population change, repeated discounts, and any “multiply by a percent each period” scenario.
Use these to extend your solution (algebra, logs, roots, graphs, and more):
Geometric sequences go viral because small differences in r explode over time. Try side-by-side scenarios and screenshot the result box (it includes substituted steps).