Math calculators

Geometric Sequence Calculator

Updated Sep 20, 2026 By Infinity Calculator
Rate Formulas
Quick Pick Presets
Solve For
Sequence Inputs
Decimals or fractions accepted, e.g. 1/2, 2, 8.
Closed form such as 3·5^(n-1) or 1/2*4^n.
Fractions allowed, e.g. -3/4.
Fractions allowed, e.g. 1/2.
Integer from 1 to 1000.
Only valid when |r| < 1.
Known Terms at Specific Positions
Known or Requested Partial Sums
Find Common Ratio r from Two Terms
Output Options
Disabled while exact fractions are preferred.
Results
Step-by-Step Solution
Terms Table
Index (n)Value (aₙ)SignPartial Sum Sₙ
Sequence Graph

Number Line

Check Your Own Answer
Examples

Introduction

A geometric sequence is a list of numbers where you multiply by the same number each time. That number is called the common ratio, or r. For example, in 2, 6, 18, 54, each term is 3 times the one before it.

Type in what you know, and this Geometric Sequence Calculator finds:

  • The nth term formula, like aₙ = a₁ · rⁿ⁻¹
  • Any term you pick, such as the 5th or 20th term
  • The next term in a list you already have
  • The common ratio r or the first term a₁
  • The sum of the first n terms (finite sum)
  • The sum of all terms forever (infinite sum), when it converges

It also shows step-by-step work, a table of terms with running sums, a graph, and a number line. And it tells you if the series converges (adds up to one number) or diverges (grows without end).

You can enter whole numbers, decimals, or fractions like 1/2. Check one box to get exact fractions in your answer. If you are not sure where to start, tap a quick preset or an example to load a real problem in one click. There is also a checker where you can type your own answer and see if you got it right.

How to use our Geometric Sequence Calculator

Enter what you know about your geometric sequence, such as the first term, the common ratio, or a few terms, and the calculator finds the nth term, the next term, partial sums, and the infinite sum, with step-by-step work, a table, a graph, and a number line.

Quick Pick Presets: Click a preset like Growth, Decay Sum, or Convergent ∞ to fill the form with a ready-made sequence and see the answer right away.

Solve For: Pick what you want to find: the nth term formula, a specific term, the next term, the common ratio r, the first term a₁, a finite sum Sₙ, or an infinite sum S∞.

Known Terms: Type at least two terms of your sequence, split by commas, like 2, 10, 50. Fractions like 1/2 work too.

Direct Formula: If you already have a closed form, type it here, like 3*5^(n-1). The tool reads the first term and ratio from it.

a₁ (First Term): Type the first term of the sequence. You can use a decimal or a fraction, like -3/4.

r (Common Ratio): Type the number you multiply by to get the next term, like 3 or 1/2. Use a minus sign for an alternating sequence.

Find term at position n: Type the term number you want, from 1 to 1000. The calculator shows the value of that term.

Known Infinite Sum S∞: If you know the sum of all terms, type it here. This only works when |r| is less than 1.

Known Terms at Specific Positions: Type a position n and its value a(n). Click "Add Another Term" to enter a second pair so the tool can solve for r and a₁.

Known or Requested Partial Sums: Type how many terms n you want summed. Leave S(n) blank to compute it, or type a known sum to solve for missing values.

Find Common Ratio r from Two Terms: Type two term values and their index numbers. The calculator divides and takes a root to find r.

Math Symbol Pad: Click it to insert fractions, powers, roots, or the infinity sign into the last math box you clicked.

Output Options: Check the boxes to show the steps, the terms table, the graph, and the number line. Pick exact fractions for exact answers, or set rounding and decimal places for decimals.

Calculate and Clear All: Press Calculate to get your answer, or Clear All to empty every box and start over.

Check Your Own Answer: Open the answer checker, type your own answer, and press Check to see if it matches.

What Is a Geometric Sequence?

A geometric sequence is a list of numbers where you multiply by the same number each time to get the next term. That number is called the common ratio, written as r. The first term is called a₁.

Example: 2, 6, 18, 54, … Here you multiply by 3 every time, so r = 3 and a₁ = 2.

How to Find the Common Ratio

Divide any term by the term right before it:

r = a₂ ÷ a₁

In 2, 6, 18: r = 6 ÷ 2 = 3. If the ratio is the same for every pair, the list is geometric. If not, it is some other kind of sequence.

The nth Term Formula

To jump straight to any term without listing them all, use:

aₙ = a₁ × r(n−1)

Example: with a₁ = 2 and r = 3, the 5th term is 2 × 34 = 2 × 81 = 162.

Adding the Terms: Geometric Series

When you add the terms together, you get a geometric series.

  • Sum of the first n terms: Sₙ = a₁ × (1 − rn) ÷ (1 − r)
  • Special case r = 1: every term is the same, so Sₙ = n × a₁
  • Sum of infinite terms (only if |r| < 1): S∞ = a₁ ÷ (1 − r)

When Does an Infinite Series Converge?

An infinite geometric series only adds up to a real number when the ratio is small, meaning |r| < 1. Then the terms shrink toward zero and the total settles on one value. We say the series converges.

If |r| is 1 or bigger, the terms stay big or grow, and the sum keeps getting larger forever. We say the series diverges, and there is no infinite sum.

Example: 6, 2, 2/3, … has r = 1/3, so S∞ = 6 ÷ (1 − 1/3) = 9.

What the Ratio Tells You

Value of rWhat the sequence does
r > 1Grows fast (exponential growth)
0 < r < 1Shrinks toward zero (decay)
r = 1Stays the same forever
r < 0Flips between positive and negative (alternating)
r = 0Drops to zero after the first term

Geometric vs. Arithmetic Sequences

In an arithmetic sequence you add the same number each time (2, 5, 8, 11). In a geometric sequence you multiply by the same number each time (2, 6, 18, 54). Multiplying makes geometric sequences change much faster.

Where Geometric Sequences Are Used

  • Money: compound interest grows by the same percent each year.
  • Science: half-life of a radioactive sample cuts in half each period (r = 1/2).
  • Biology: cells or bacteria that double (r = 2).
  • Computers: memory sizes and data that double at each step.
  • Sound and bouncing balls: each bounce reaches a fixed fraction of the last height.

Quick Tips

  • You only need two pieces of info, like a₁ and r, to build the whole sequence.
  • If you know two terms at known spots, divide them and take a root to find r.
  • Watch the signs: a negative r makes every other term negative.
  • Fractions like 1/2 or 1/3 give exact answers, so keep them as fractions when you can.

Formulas used

General (nth) term of a geometric sequence
a_n = a_1 \cdot r^{\,n-1}
Finite sum of the first n terms
S_n = a_1 \cdot \frac{1 - r^n}{1 - r}, \quad r \neq 1
Finite sum when r = 1
S_n = n \cdot a_1
Infinite sum (converges when |r| < 1)
S_\infty = \frac{a_1}{1 - r}, \quad |r| < 1
Common ratio from two known terms
r = \left( \frac{a(k_2)}{a(k_1)} \right)^{\frac{1}{k_2 - k_1}}
First term from a known term and r
a_1 = \frac{a(k)}{r^{\,k-1}}
First term from a known finite sum
a_1 = \frac{S_n (1 - r)}{1 - r^n}
Common ratio from a known infinite sum
r = 1 - \frac{a_1}{S_\infty}

Frequently asked questions

What is the difference between a geometric sequence and a geometric series?

A sequence is a list of numbers. A series is what you get when you add those numbers up.

Sequence: 3, 6, 12, 24
Series: 3 + 6 + 12 + 24 = 45

Same numbers, but a series has one total value.

How do you find how many terms are in a geometric sequence?

Use the last term and work backward from aₙ = a₁ × r(n−1). Divide the last term by the first term, then see how many times you multiplied by r.

Example: 3, 6, 12, …, 768. Here 768 ÷ 3 = 256, and 256 = 28. So n − 1 = 8, which means n = 9 terms.

With logs: n = log(aₙ ÷ a₁) ÷ log(r) + 1.

What is the recursive formula for a geometric sequence?

The recursive formula tells you how to get one term from the term before it:

aₙ = aₙ₋₁ × r, with a₁ given.

Example: a₁ = 5 and r = 4 gives 5, 20, 80, 320.

Recursive rules need the term before. The explicit rule aₙ = a₁ × r(n−1) lets you jump straight to any term.

How do you find the missing term between two numbers in a geometric sequence?

Take the square root of the product of the two numbers. This middle value is called the geometric mean.

Example: between 4 and 25, the missing term is √(4 × 25) = √100 = 10, giving 4, 10, 25.

The negative root, −10, also works: 4, −10, 25 has r = −2.5.

Can a geometric sequence have a term equal to zero?

No. If one term is 0, then every term after it is 0 too, and you cannot divide by 0 to find the ratio.

So a real geometric sequence never contains 0. Terms can get very small, like 1, 0.1, 0.01, but they never actually reach zero.

How do you change a repeating decimal into a fraction using a geometric series?

Write the decimal as a sum, then use S∞ = a₁ ÷ (1 − r).

Example: 0.7777… = 0.7 + 0.07 + 0.007 + …
Here a₁ = 0.7 and r = 0.1.
S∞ = 0.7 ÷ 0.9 = 7/9.

This works for any repeating decimal because the repeating part shrinks by the same factor each time.

Is compound interest a geometric sequence?

Yes. Each year the balance is multiplied by the same number, so the yearly balances form a geometric sequence.

The common ratio is r = 1 + interest rate. At 5%, r = 1.05.

Example: $1,000 at 5% gives 1000, 1050, 1102.50, 1157.63… The balance after n years is 1000 × 1.05n.

How do you find the total distance a bouncing ball travels?

Each bounce reaches the same fraction r of the last height, so the heights form a geometric sequence. After the first drop, the ball goes up and down each time.

Total distance = h + (2hr) ÷ (1 − r)

Example: a ball dropped from 10 m that bounces back 60% each time travels 10 + (2 × 10 × 0.6) ÷ 0.4 = 40 m.

How do you write a geometric series in sigma notation?

Sigma notation is a short way to write a long sum:

Σ from n = 1 to k of a₁ · r(n−1)

Example: Σ from n = 1 to 5 of 3 · 2(n−1) means 3 + 6 + 12 + 24 + 48 = 93.

The number on top tells you how many terms to add.

What is the sum of 1 + 2 + 4 + 8 and so on?

This is a geometric series with a₁ = 1 and r = 2. The sum of the first n terms is:

Sₙ = 2n − 1

Example: the first 10 terms add to 210 − 1 = 1,023.

Since r = 2 is bigger than 1, the series diverges, so there is no infinite sum.

How do you find the first term if you know the infinite sum and the ratio?

Start with S∞ = a₁ ÷ (1 − r) and flip it around:

a₁ = S∞ × (1 − r)

Example: if the infinite sum is 12 and r = 1/4, then a₁ = 12 × 3/4 = 9.

This only works when |r| < 1, because only then does the series have an infinite sum.