Skip to main content
✖️ Sequences

Geometric Sequence Calculator

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

nth term aₙ
Series sum Sₙ
Fraction / negative r
Formulas shown
100% Free
🔢 Open All Math Calculators 📖 Read the Guide

Geometric sequence — Quick answer

Each term multiplies the previous one by a constant common ratio r.

aₙ = a × r^(n−1)  ·  Sₙ = a × (1 − rⁿ) / (1 − r)

Worked example: a = 2, r = 3, n = 5 → a₅ = 162, sum = 242.

Examples

a, r, nnth termSum
2, 3, 5162242
1, 2, 105121023
100, 0.5, 412.5187.5

Arithmetic sequences add a difference instead — different formulas.

✖️ Geometric Sequence Calculator

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

nth term (aₙ)
Sum of n terms (Sₙ)
Infinite sum (|r|<1)

ℹ️ Geometric = multiply by a constant ratio each step. The infinite sum a/(1−r) only converges when |r| < 1.

A geometric sequence (or progression) multiplies by a fixed common ratio r between terms. From the first term a, the nth term is aₙ = a × r^(n−1), and the sum of the first n terms is Sₙ = a(1 − rⁿ)/(1 − r). When |r| < 1, an infinite series even has a finite sum, a/(1 − r).

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

The formulas

nth term
aₙ = a × r^(n − 1)
Sum of n terms
Sₙ = a × (1 − rⁿ) / (1 − r)  (r ≠ 1)
Infinite sum
S∞ = a / (1 − r)  when |r| < 1

The nth term scales the first by r raised to (n − 1). The finite-sum formula comes from the algebra of a geometric series. When the ratio is between −1 and 1 the terms shrink toward zero, so even an endless sum settles on a/(1 − r); if |r| ≥ 1 the terms don't shrink and the infinite sum has no limit.

Worked examples

a = 2, r = 3, n = 5:

Term & sum
a₅ = 2 × 3⁴ = 162 · S = 2(1−3⁵)/(1−3) = 242

Doubling, a = 1, r = 2, n = 10:

Powers of two
a₁₀ = 2⁹ = 512 · S = (1−2¹⁰)/(1−2) = 1023

Halving, a = 100, r = 0.5, n = 4:

Shrinking
a₄ = 100 × 0.5³ = 12.5 · S = 187.5

So tripling reaches a 5th term of 162 summing to 242, doubling reaches 512 summing to 1023, and halving from 100 gives 12.5 summing to 187.5.

Frequently Asked Questions

What is a geometric sequence?

Each term multiplies the previous by a constant ratio r. 2, 6, 18, 54 has r = 3.

nth-term formula?

aₙ = a × r^(n−1). a = 2, r = 3 → a₅ = 2 × 81 = 162.

How do I sum the series?

Sₙ = a(1 − rⁿ)/(1 − r). For a=2,r=3,n=5: 2(1−243)/(−2) = 242. If r = 1, sum = n×a.

Fraction or negative ratio?

Yes. r = 0.5 shrinks (100, 50, 25…); negative r alternates signs (1, −2, 4…).

Infinite geometric sum?

If |r| < 1, S∞ = a/(1−r). a=1, r=0.5 → 2. If |r| ≥ 1, it diverges.

Need more math tools?

Explore arithmetic sequences, exponents, nth root, percentage change and more across the AI Calculator math suite.

🔢 Open Math Calculators — Free

No registration required · 350+ calculators · PDF report export