Geometric Sequence Calculator

A geometric sequence multiplies by the same amount each step, so aₙ = a₁ · r^(n−1) and the first n terms add to a₁(1 − rⁿ) ÷ (1 − r). Three things here have no counterpart in an arithmetic sequence. An infinite geometric series can have a finite total, but only when |r| < 1. That is why 0.999… is ...

An infinite geometric series can have a finite total — but only when |r| < 1. That is not a curiosity: it is why 0.999… equals exactly 1. Written out it is 0.9 + 0.09 + 0.009 + …, a geometric series with a₁ = 0.9 and r = 0.1, and 0.9 ÷ (1 − 0.1) is 1 with no approximation anywhere.

THE SEQUENCE

how many terms

aₙ = 3 × 2(n − 1)

a10

1536

S10

3069

a10 is 3 multiplied by 2 9 times, not 10. Because |r| is above 1, no infinite total exists — the terms never shrink towards nothing.

The terms. 3, 6, 12, 24, 48, 96, 192, 384, 768, 1536

QuantityWorkingResult
Multiplicationsn − 1 = 10 − 19
a103 × 2^91536
S103(1 − 2^10) ÷ (1 − 2)3069
S∞|r| ≥ 1, so none exists
Ratio checka2 ÷ a1 = 6 ÷ 32

THE SHAPE OF IT

THE TERMS — ON A LOG SCALE, OR THE EARLY ONES WOULD VANISHn = 1n = 10each term is a fixed multiple of the last, so growth compounds

Multiplying repeatedly changes the scale, not just the size. An arithmetic sequence adds the same amount each step and traces a straight line; a geometric one multiplies, so the steps themselves grow or shrink. Given any ratio above 1, a geometric sequence eventually overtakes every arithmetic one, however large its common difference.

THE RUNNING TOTAL — ON A LOG SCALE, OR THE EARLY ONES WOULD VANISH30690n = 1n = 10a straight line here means the total is multiplying by a constant factor each step
WHERE THE RATIO SITSan infinite total exists only strictly between −1 and 1-11outside the band — the terms grow, and the total runs away

Live calculation · updates as you type

Created with❤️byeaglecalculator.com

HOW TO USE

  1. 1

    Give the first term and the common ratio, or give any two terms. Where two terms are an even number of positions apart the page offers both ratios rather than silently picking the positive one.

  2. 2

    Watch the ratio marker against −1 and 1. Inside that band an infinite total exists; on or outside it the terms never shrink towards nothing and the sum runs away.

  3. 3

    Read any warning about precision seriously. A term shown as a whole number may not be one — beyond 2⁵³ a double cannot hold consecutive integers, and the figure displayed is the nearest available value.

  4. 4

    Remember that neither the first term nor the ratio may be zero. One zero term makes every later term zero and the ratio between them undefined.

REFERENCE FORMULAS

RuleFormulaWhat it is for
nth termaₙ = a₁ · r^(n − 1)The exponent is n − 1, not n. The first term has been multiplied zero times.
Common ratior = aₙ₊₁ ÷ aₙConstant by definition. If consecutive ratios differ, the sequence is not geometric.
From two termsr = (aₘ ÷ aₖ)^(1/(m − k))An even gap gives two real answers, ±. An odd gap gives exactly one.
Sum of n termsSₙ = a₁(1 − rⁿ) ÷ (1 − r)Only for r ≠ 1. At r = 1 this is 0 ÷ 0 and the sum is simply n·a₁.
Infinite sumS∞ = a₁ ÷ (1 − r), |r| < 1Diverges otherwise. At |r| ≥ 1 the terms do not shrink fast enough to settle.
Recurring decimal0.999… = 0.9 ÷ (1 − 0.1) = 1Exactly one, not nearly. Any recurring decimal is a geometric series in disguise.
Negative ratior < 0 alternates signTerms swing either side of zero. The sum still converges if |r| < 1.
Geometric mean√(aₖ · aₖ₊₂) = |aₖ₊₁|The middle of three consecutive terms, up to sign. Not the arithmetic mean.
Doublingr = 2 ⟹ aₙ = a₁ · 2^(n−1)The chessboard problem: 64 squares reach 2⁶⁴ − 1 grains in total.
Zero forbiddena₁ ≠ 0 and r ≠ 0One zero term makes every later term zero, and the ratio 0 ÷ 0 is undefined.
Product of termsa₁ⁿ · r^(n(n−1)/2)The exponents 0, 1, 2 … n−1 add to a triangular number.
Growth against arithmeticgeometric overtakes any arithmeticGiven r > 1, eventually and permanently, however large the common difference.
Exact tor = 2 stays exact to n = 53Past 2⁵³ a double cannot hold consecutive integers. Overflow is much later, at n = 1024.
Not arithmeticgeometric multiplies; arithmetic addsTest ratios for one, differences for the other. Only a constant sequence is both.

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE ALGEBRA CALCULATORS

Was this calculator helpful?

Last updated: August 4, 2026 · aₙ = a₁·r^(n−1) · An infinite total exists only when |r| < 1, and two terms an even distance apart admit two ratios.