Skip to content
OneKitly

Geometric sequence calculator

Find the nth term and the sum of a geometric sequence.

Arithmetic sequence calculatorFind the nth term and the sum of an arithmetic sequence.Geometric Distribution CalculatorCompute the probability of the first success on trial k (or after k failures) from the per-trial success probability p.Geometric mean calculatorCompute the geometric mean of a list of positive numbers.Graphical degree sequence validatorCan a list of vertex degrees actually be realised by a simple graph? Enter the degrees and the Erdős–Gallai / Havel–Hakimi test decides whether the sequence is graphical — a real network with those connection counts exists — and explains the verdict.List of Fibonacci numbersGenerate the first n Fibonacci numbers exactly, with big-integer precision — each term the sum of the two before it, starting 0, 1, 1, 2, 3, 5, 8… The sequence hides the golden ratio and shows up throughout nature and mathematics. Returns the list and its sum.Cube numbers listGenerate a list of perfect cubes — n³ for consecutive integers from any starting point. Set how many you want and where to start, and it returns the cubes, their sum and the underlying roots, computed with exact big-integer arithmetic.Square numbers listGenerate a list of perfect squares — n² for consecutive integers from any starting point. Choose how many and where to begin, and it returns the squares and their sum with exact big-integer arithmetic, handy for spotting patterns and differences.Catalan number generatorGenerate the nth Catalan number exactly, with big-integer precision. The Catalan numbers Cₙ = (2n)! / ((n+1)! n!) count an astonishing range of structures: balanced parentheses, binary trees, polygon triangulations, Dyck paths and hundreds more. Also lists C₀ through Cₙ.

The Geometric sequence calculator turns First term (a), Common ratio (r), Number of terms (n) into nth term, Sum of terms, instantly and for free. For instance, with First term (a) = 2, Common ratio (r) = 3 and Number of terms (n) = 8 it returns nth term = 4,374 and Sum of terms = 6,560.

How to use it

  1. Enter your values: First term (a), Common ratio (r), Number of terms (n).
  2. Read the result instantly: nth term, Sum of terms.

Frequently asked questions

How does the Geometric sequence calculator work?

It takes First term (a), Common ratio (r) and Number of terms (n) and derives nth term and Sum of terms from them. The calculation is live as you type, so the result updates on every change.

Which values does the calculator ask for?

3 values: First term (a), Common ratio (r) and Number of terms (n). Nothing else is required — no account, no file upload.

What does a typical calculation look like?

With First term (a) = 2, Common ratio (r) = 3 and Number of terms (n) = 8, the calculator returns nth term = 4,374 and Sum of terms = 6,560. Those figures come from running this exact tool, so you can reproduce them by entering the same values.

How much does the result change with different inputs?

It moves a lot. Using First term (a) = 4, Common ratio (r) = 6 and Number of terms (n) = 16 instead, nth term goes from 4,374 to 1,880,739,938,000 — which is why it is worth testing a few scenarios rather than trusting a single figure.

What does it give for smaller values?

Scaled down to First term (a) = 1, Common ratio (r) = 2 and Number of terms (n) = 4, nth term comes out at 8. The relationship is worth checking at both ends before you rely on a single result.

When would I actually use this?

Finding the nth term without listing every one before it, summing a long run in one step, and recognising which family a sequence belongs to.

What is the most common mistake?

Starting the index at the wrong end. Whether the first term is a₀ or a₁ shifts every result by one position, and the two conventions are both common.

What is the difference between the Geometric sequence calculator and the Arithmetic sequence calculator?

Both return nth term and Sum of terms. What differs is what they ask for: this one wants Common ratio (r), the Arithmetic sequence calculator wants Common difference (d). Use whichever matches the numbers you already have.

Is there a tool for the next step?

Geometric Distribution Calculator is the closest one after this: Compute the probability of the first success on trial k (or after k failures) from the per-trial success probability p.

What else is worth having open alongside it?

Geometric mean calculator and Graphical degree sequence validator — they come up in the same task often enough to be worth a second tab.

Further reading

All guides
Geometric sequence calculator — OneKitly