Intermediate

Geometric Sequence Calculator

Find any term, the partial sum, and the infinite sum of a geometric progression from its first term and common ratio.
The starting term of the sequence
Each term is multiplied by this
Which term to compute
nth term (a_n)
0.0039

Value of the term at the chosen index

Finite sum (S_n)
3.9961
Infinite sum (S_∞)
4
2110000000Term values a₁ … a_n (each bar multiplied by ratio r)
Step by step
  1. 1

    Exponent (n − 1)

    10 − 1 = 9
  2. 2

    Ratio power r^(n−1)

    0.5^9 = 0.002
  3. 3

    nth term a_n = a1 × r^(n−1)

    2 × 0.002 = 0.0039
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

A geometric sequence multiplies each term by a common ratio r. The nth term is a1·r^(n−1), the sum of n terms is a1·(1−r^n)/(1−r) (or n·a1 when r=1), and the infinite sum is a1/(1−r) but only when |r| < 1; otherwise the series diverges.

Formula
a_n = a1 · r^(n−1); S_n = a1·(1−r^n)/(1−r); S_∞ = a1/(1−r) for |r| < 1
How this is calculated

A geometric sequence multiplies each term by a fixed common ratio r. Enter the first term a1, the ratio r, and the term index n (a positive integer). The nth term is a_n = a1 · r^(n−1), so successive terms grow (|r| > 1), shrink (|r| < 1), or stay constant (|r| = 1), and alternate in sign when r is negative.

The finite sum of the first n terms uses S_n = a1 · (1 − r^n) / (1 − r) when r ≠ 1. When r = 1 every term equals a1, so the formula collapses to S_n = n · a1 and the calculator handles this case separately to avoid dividing by zero.

The infinite sum converges only when |r| < 1, giving S_∞ = a1 / (1 − r); otherwise the series diverges and no finite total exists, which the calculator reports instead of a number. Values are unitless, n must be a whole number ≥ 1, and the plotted curve shows the first terms (capped for very large n).

Frequently asked questions

Only when the absolute value of the common ratio is less than 1 (|r| < 1). Then the terms shrink toward zero fast enough to converge to a1 / (1 − r). Otherwise the series diverges.

Every term is identical to the first term, so the partial sum is simply n × a1. The standard formula would divide by zero, so this case is computed directly.

Yes. A negative ratio produces an alternating sequence whose signs flip each term. The infinite sum still converges as long as |r| < 1.

Also known as

geometric sequence
nth term
geometric series sum
common ratio
infinite sum
gp calculator
geometric progression
geometric series

APA

TG we-Calculate Editorial Team. (2026). Geometric Sequence Calculator [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/geometric-sequence-calculator

Chicago

TG we-Calculate Editorial Team. "Geometric Sequence Calculator." TG we-Calculate. 2026. https://we-calculate.com/calculator/geometric-sequence-calculator.

IEEE

TG we-Calculate Editorial Team, "Geometric Sequence Calculator," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/geometric-sequence-calculator

BibTeX

@misc{wecalculate_geometric_sequence_calculator, title = {Geometric Sequence Calculator}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/geometric-sequence-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?