Sequence Calculator

Quick answer

A sequence calculator finds the nth term and the sum of an arithmetic or geometric sequence. Enter the first term, the common difference or ratio, and the term number. An arithmetic sequence starting at 2 with a difference of 3 has a 10th term of 29.

Updated 2026-09-09By Shakeel MuzaffarReviewed by Prof. Dr. Khalil Mudassar, PhD
Try
Algebra
Arithmetic adds the same amount each step; geometric multiplies by the same factor.
The first term of the sequence.
The amount added each step (arithmetic) or the factor multiplied each step (geometric).
Which term to find, and how many terms to sum.
nth term
--
Sum of first n terms--
First terms--

Calculations run in your browser. Inputs are not sent to our servers; anything you Save stays in this browser only.

Saved results (0)

How to Use the Sequence Calculator

  1. Choose the sequence type: arithmetic or geometric.
  2. Enter the first term and the common difference or ratio.
  3. Enter the term number n you want.
  4. Read the nth term, the sum of the first n terms, and a preview.

Here is what each result means:

ResultWhat it means
nth termThe value of the term at position n.
Sum of first n termsAll the terms up to n added together.
First termsA preview of the opening terms.

What Is a Sequence?

A sequence is an ordered list of numbers that follow a rule. In an arithmetic sequence, each term is the previous one plus a fixed amount, the common difference. In a geometric sequence, each term is the previous one times a fixed factor, the common ratio. So 2, 5, 8, 11 is arithmetic with a difference of 3, and 3, 6, 12, 24 is geometric with a ratio of 2.

These two patterns are the most common in algebra. Arithmetic sequences model steady change, like a fixed weekly saving. Geometric sequences model growth or decay by a percentage, like compound interest or a halving dose. Their formulas let you jump to any term or add many terms without listing them all.

How Does the Sequence Calculator Work?

It applies the nth-term and sum formulas for the type you choose.

Arithmetic: a_n = a + (n - 1)d; Geometric: a_n = a x r^(n-1)
  1. For the nth term, apply the difference or ratio n minus 1 times.
  2. For the sum, use the arithmetic or geometric series formula.
  3. Preview the first few terms to check the pattern.

A geometric ratio is really repeated multiplication, so the exponent calculator handles the powers behind it.

Sequence Example

Find the 10th term of the arithmetic sequence starting at 2 with difference 3.

Calculation: a_10 = 2 + (10 - 1) x 3 = 2 + 27 = 29. The sum of the first ten terms is (10/2)(2 x 2 + 9 x 3) = 5 x 31 = 155. So the 10th term is 29 and the running total is 155.

Arithmetic vs Geometric Sequences

The two types differ in how each term is built from the last.

FeatureArithmeticGeometric
StepAdd a constantMultiply by a constant
nth terma + (n - 1)da x r^(n-1)
GrowthStraight lineCurved, faster or decaying
Example2, 5, 8, 113, 6, 12, 24

Arithmetic sequences change by the same amount each step; geometric sequences change by the same percentage, so they grow or shrink much faster.

Sums of Sequences

Adding many terms uses a series formula rather than listing them.

TypeSum of first n terms
Arithmeticn/2 x (2a + (n - 1)d)
Geometrica x (r^n - 1) / (r - 1)

A geometric sum with a ratio between minus one and one settles toward a fixed total as n grows, an infinite series that converges.

What Affects the Terms and Sum

The Common Difference or Ratio

A larger step makes terms grow faster. A negative difference falls, and a ratio below one shrinks the terms.

The First Term

It scales the whole sequence, since every term builds from it.

The Number of Terms

More terms mean a larger sum, and for geometric growth the sum can rise very steeply.

When to Use a Sequence Calculator

Algebra Homework

Find a distant term or the sum without writing out every step.

Savings and Growth

Model steady saving as arithmetic, or percentage growth as geometric.

Checking a Pattern

Preview the first terms to confirm a rule fits your numbers.

Common Mistakes

1. Using N Instead of N Minus 1

The nth term applies the step n minus 1 times, since the first term takes no step.

2. Mixing Up Difference and Ratio

Arithmetic adds a difference; geometric multiplies by a ratio. Pick the right type first.

3. Wrong Sum Formula

Each type has its own series formula. Using the arithmetic sum for a geometric sequence is a common slip.

4. Forgetting a Negative Step

A negative difference or a ratio below one makes terms fall. That is valid, not an error.

5. Off-by-one on the Count

Be clear whether n counts the term you want or the number of terms to sum.

Accuracy and Limitations

The formulas are exact; only the displayed decimals and very large geometric terms are rounded.

What it calculates accurately

  • The nth term of both sequence types
  • The sum of the first n terms
  • A preview of the opening terms

What it does not do

  • Handle non-arithmetic, non-geometric patterns
  • Solve for the rule from a list of terms
  • Sum an infinite series directly
  • Keep full precision on huge geometric terms

How We Compute Your Sequence

Method
The nth-term and series-sum formulas for the arithmetic or geometric type you choose.
Inputs used
Sequence type, first term, common difference or ratio, and n.
Assumptions
A constant difference or ratio; n is a whole number of 1 or more.
Rounding
Terms and sums to four decimals.
Edge cases
A geometric ratio of one uses a simple multiple for the sum; n is capped for speed.
Sources
See Sources below.
Last reviewed
2026-09-08.

Frequently Asked Questions

What is an arithmetic sequence?

It is a list where each term is the previous one plus a fixed amount, the common difference. So 2, 5, 8, 11 is arithmetic with a difference of 3. Its nth term is a plus n minus 1 times the difference.

What is a geometric sequence?

It is a list where each term is the previous one times a fixed factor, the common ratio. So 3, 6, 12, 24 is geometric with a ratio of 2. Its nth term is a times the ratio to the power n minus 1.

How do I find the nth term?

For arithmetic, add the common difference n minus 1 times to the first term. For geometric, multiply the first term by the ratio to the power n minus 1. This tool does both.

How do I find the sum of a sequence?

Arithmetic uses n over 2 times twice the first term plus n minus 1 times the difference. Geometric uses the first term times the ratio to the n, minus 1, over the ratio minus 1.

What is the difference between arithmetic and geometric?

Arithmetic sequences add the same amount each step, giving straight-line change. Geometric sequences multiply by the same factor, giving faster growth or decay by a percentage.

Can the common ratio be a fraction?

Yes. A ratio between zero and one makes a geometric sequence shrink, like 100, 50, 25. A negative ratio makes the terms alternate in sign.

What is a converging geometric series?

When the ratio is between minus one and one, the terms shrink toward zero and their infinite sum settles on a fixed total. Larger ratios make the sum grow without limit.

Why use n minus 1 in the formulas?

Because the first term takes no step. To reach the nth term you apply the difference or ratio n minus 1 times, starting from the first term.

Is my information saved?

No. The calculation runs in your browser and nothing you enter is stored or sent anywhere, unless you choose Save, which keeps the result only on this device.

Sources

Related Calculators

Looking for more math tools?

Explore all math calculators

This calculator handles arithmetic sequences, with a constant difference, and geometric sequences, with a constant ratio. Results are rounded for display, and a very large ratio or term count can produce extremely large numbers. Spotted an error? Let us know.

Author

shakeel-Muzaffar
Founder & Editor-in-Chief at  ~ Web ~  More Posts

Shakeel Muzaffar is the Founder and Editor-in-Chief of MultiCalculators.com, bringing over 15 years of experience in digital publishing, product strategy, and online tool development. He leads the platform's editorial vision, ensuring every calculator meets strict standards for accuracy, usability, and real-world value. Shakeel personally oversees content quality, formula verification workflows, and the platform's commitment to publishing tools that are genuinely useful for students, professionals, and everyday users worldwide.