Geometric Sequence Calculator
A geometric sequence is a series of numbers where each term is obtained by multiplying the previous term by a fixed constant called the common ratio. Geometric sequences model exponential growth and decay found throughout science, finance, and nature. This calculator computes the nth term using aₙ = a1 * r^(n-1) and calculates the sum of the first n terms using Sₙ = a1 * (1 - r^n) / (1 - r) for r ≠ 1. When the common ratio has absolute value less than 1, the calculator also shows the infinite series sum S = a1 / (1 - r). Enter the first term, the common ratio, and the number of terms, and the calculator instantly displays the nth term, the finite sum, and the first ten terms of your sequence.
Geometric sequence formulas
nth term: aₙ = a1 * r^(n-1)
Sum (r ≠ 1): Sₙ = a1 * (1 - r^n) / (1 - r)
Sum (r = 1): Sₙ = n * a1
Infinite sum (|r| < 1): S = a1 / (1 - r)
First terms of your sequence
Geometric sequence calculator: frequently asked questions
What is a geometric sequence?
A geometric sequence is a list of numbers where each term is found by multiplying the previous term by a constant factor called the common ratio, denoted r. For example, 2, 6, 18, 54, 162 is a geometric sequence with first term a1 = 2 and common ratio r = 3.
What is the formula for the nth term of a geometric sequence?
The nth term of a geometric sequence is aₙ = a1 * r^(n-1), where a1 is the first term, r is the common ratio, and n is the position of the term. This formula allows you to find any term directly without calculating all previous terms.
How do you find the sum of a geometric sequence?
The sum of the first n terms of a geometric sequence depends on the common ratio r. If r = 1, then Sₙ = n * a1. If r ≠ 1, then Sₙ = a1 * (1 - r^n) / (1 - r). This formula is derived from the telescoping property of geometric series.
What is an infinite geometric series?
An infinite geometric series is the sum of all terms in a geometric sequence that continues forever. If the absolute value of the common ratio is less than 1 (|r| < 1), the series converges to a finite sum: S = a1 / (1 - r). If |r| >= 1, the series diverges and has no finite sum.
What are real-world examples of geometric sequences?
Geometric sequences model exponential growth and decay. Examples include compound interest (balance multiplied by a constant factor each period), bacterial growth (population multiplying by a factor each generation), radioactive decay (amount divided by a constant factor), and viral spread (number of infected people multiplying each day).
Official sources
- Khan Academy: Geometric sequences and series.
- Wolfram MathWorld: Geometric series.
Reviewed by the CalculatorHub team, edited by James Graham, 14 June 2026. See our methodology.