📈 Sequence & Series Calculator

Find the nth term and sum of an arithmetic or geometric sequence, list the terms, and check whether an infinite geometric series converges.

➕ Arithmetic Sequence
Arithmetic Result
nth Term (aₙ)
Sum of First n Terms (Sₙ)
📈

Enter the first term, common difference, and n to see the nth term and sum

✖️ Geometric Sequence
Geometric Result
nth Term (aₙ)
Sum of First n Terms (Sₙ)
Infinite Sum (S∞)
📈

Enter the first term, common ratio, and n to see the nth term and sum

Guide

About the Sequence & Series Calculator

Last updated: July 2026 · Reviewed by the NeftCal editorial team

This free sequence and series calculator finds the nth term and the sum of the first n terms for both arithmetic and geometric sequences, lists out the individual terms, and checks whether an infinite geometric series converges to a finite sum. An arithmetic sequence adds the same constant (the common difference, d) at every step, while a geometric sequence multiplies by the same constant (the common ratio, r) at every step — two of the most fundamental patterns in mathematics, showing up everywhere from simple interest calculations to compound growth models. Whether you need an arithmetic sequence calculator for a quick homework check or a geometric sequence calculator to explore infinite series convergence, this tool shows the formula and full working behind every result.

What This Sequence & Series Calculator Computes

The tool offers two modes. Arithmetic Sequence takes a first term (a₁), a common difference (d), and a term number/count (n), then returns the nth term (aₙ) and the sum of the first n terms (Sₙ), along with a listing of the sequence itself. Geometric Sequence takes a first term (a₁), a common ratio (r), and n, returning the nth term, the sum of the first n terms, and — when the series converges (|r| < 1) — the infinite sum (S∞) as well.

Who Should Use This Calculator

This tool is built for students learning sequences and series in algebra or precalculus, teachers preparing worksheets on patterns and progressions, competitive-exam candidates who need instant nth-term and sum calculations, and anyone modeling growth or decay — whether that's compound interest, population change, or a physics problem involving uniformly accelerated motion.

Why Sequences and Series Matter

Sequences and series are the mathematical language of patterns that repeat with a constant rule. Arithmetic sequences model steady, linear change — like simple interest or a savings plan with fixed monthly deposits. Geometric sequences model multiplicative, compounding change — like compound interest, population growth rates, or radioactive decay. Understanding when an infinite geometric series converges (versus diverges) is foundational to calculus, engineering, and financial mathematics.

Real-World Applications

Finance uses arithmetic sequences to model simple interest and loan amortization schedules, and geometric sequences to model compound interest and annuities. Physics describes uniformly accelerated motion with arithmetic sequences and radioactive decay with geometric sequences. Computer science analyzes algorithm growth patterns and recursive data structures using both sequence types. Population modeling projects growth under constant absolute change (arithmetic) or constant percentage change (geometric). Infinite geometric series solve classic problems like Zeno's paradox and fractal perimeter or area calculations.

Tips for Accurate Results

  • Make sure n is a positive whole number — it represents either "which term" or "how many terms," and fractional values don't apply.
  • Remember that a negative common difference (d) produces a decreasing arithmetic sequence, which is a valid, expected result.
  • For geometric sequences, check |r| against 1 before expecting an infinite sum — the infinite sum only exists when |r| < 1.
  • When r = 1 in a geometric sequence, every term equals a₁, so the sum is simply n × a₁ rather than the standard ratio-based formula.
  • For large n, remember the listed terms are capped at 50 for readability — the nth term and sum calculations still use the full n you entered.
Formula

The Sequence & Series Formulas, Explained

How this calculator turns a₁, d or r, and n into the nth term and sum

Arithmetic nth Term
aₙ = a₁ + (n−1)d

Sum of Arithmetic Sequence
Sₙ = n/2 × (2a₁ + (n−1)d)

Geometric nth Term
aₙ = a₁ × r^(n−1)

Sum of Geometric Series
Sₙ = a₁(1−rⁿ)/(1−r), or n×a₁ when r = 1

Infinite Geometric Sum (|r| < 1)
S∞ = a₁ ÷ (1 − r)

Where:
a₁ = the first term of the sequence.
d = the common difference in an arithmetic sequence (added each step).
r = the common ratio in a geometric sequence (multiplied each step).
n = the term number (for aₙ) or number of terms to sum (for Sₙ).

Arithmetic = Additive Change

Each term adds the same constant d — a linear pattern that grows (or shrinks) by equal steps.

✖️

Geometric = Multiplicative Change

Each term multiplies by the same constant r — an exponential pattern of growth or decay.

♾️

Convergence Condition

An infinite geometric series only has a finite sum when |r| < 1 — otherwise the terms never shrink toward zero.

⚙️ Why This Formula Works

The arithmetic sum formula works by pairing the first and last terms, then the second and second-to-last, and so on — each pair sums to the same total (a₁ + aₙ), and there are n/2 such pairs. The geometric sum formula comes from a telescoping trick: subtracting r×Sₙ from Sₙ cancels every middle term, leaving only a₁ and −a₁rⁿ, which rearranges to the closed-form formula.

🎯 When to Use Each Mode

  • Arithmetic Sequence: modeling constant, additive change like simple interest or fixed deposits
  • Geometric Sequence: modeling constant, percentage-based change like compound interest or decay

📋 Assumptions

  • n must be a positive whole number (1, 2, 3, ...)
  • a₁, d, and r can be any real number, including decimals and negatives
  • Infinite sum is only computed for geometric sequences where |r| < 1

⚠️ Limitations of the Formula

  • The infinite geometric sum does not exist when |r| ≥ 1 — the series diverges or oscillates
  • The standard geometric sum formula requires r ≠ 1 (division by zero); this tool substitutes n×a₁ in that special case
  • Displayed sequence terms are capped at 50 for readability when n is large
Walkthrough

Step-by-Step: How to Use the Sequence & Series Calculator

From choosing a sequence type to reading the result

Choose a sequence type

Pick Arithmetic Sequence or Geometric Sequence from the mode tabs.

Enter the first term

Type the value of a₁, the first term of your sequence.

Enter the common difference or ratio

For arithmetic, enter d (the amount added each step); for geometric, enter r (the factor multiplied each step).

Enter n

Type the term number or count of terms you want to compute.

Click "Calculate"

The calculator applies the matching nth-term and sum formulas instantly.

Read the results and term list

Review the nth term, the sum of the first n terms, the infinite sum (geometric only, when convergent), and the listed sequence terms.

Example

Worked Example

A geometric sequence with a₁=2, r=0.5, n=5

Scenario

A ball drops and bounces to half its previous height each time, starting at 2 meters. Find the height on the 5th bounce, the total distance summed over 5 bounces, and the theoretical infinite total.

a₁2
r0.5
n5
Step 1 — List the sequence: 2, 1, 0.5, 0.25, 0.125 (each term is half the previous one).
Step 2 — Compute the 5th term: a₅ = 2 × 0.5⁴ = 2 × 0.0625 = 0.125.
Step 3 — Compute the sum of 5 terms: S₅ = 2×(1−0.5⁵)/(1−0.5) = 2×(1−0.03125)/0.5 = 2×0.96875/0.5 = 3.875.
Step 4 — Check convergence: |r| = 0.5 < 1, so the infinite sum exists.
Step 5 — Compute the infinite sum: S∞ = 2 ÷ (1−0.5) = 2 ÷ 0.5 = 4.
5th Term (a₅)
0.125
Sum of 5 Terms (S₅)
3.875
Infinite Sum (S∞)
4

Explanation: Even though the sequence continues forever, each term shrinks fast enough (|r|=0.5 < 1) that the running total approaches a finite limit of 4 rather than growing without bound. This is the same mathematical idea behind Zeno's paradox — infinitely many shrinking steps can still add up to a finite total.

Interpretation

Understanding Your Sequence & Series Result

What each output actually means

OutputWhat It MeansExample
aₙ (nth term)The value of the sequence at position nArithmetic a₁=1,d=3: a₅ = 13
Sₙ (sum of n terms)The running total of the first n terms added togetherGeometric a₁=2,r=0.5: S₅ = 3.875
S∞ (infinite sum)The finite limit an infinite geometric series approaches, only when |r| < 1a₁=2,r=0.5: S∞ = 4
"Does not converge" (|r| ≥ 1)No finite infinite sum exists — the series diverges or oscillates forevera₁=2,r=1.5: S∞ undefined

Reading a decreasing sequence: a negative common difference (arithmetic) or a ratio between −1 and 1 excluding 0 (geometric) both produce sequences that shrink over time — this is expected behavior, not an error.

Typical ranges: arithmetic sums grow roughly proportional to n² for large n (since terms grow linearly and there are n of them), while convergent geometric sums stay bounded near S∞ regardless of how large n gets.

Manual verification: for an arithmetic sequence, check that consecutive terms differ by exactly d each time; for geometric, check that each term divided by the previous term equals r consistently.

Use Cases

Practical Use Cases for the Sequence & Series Calculator

Where nth-term and sum calculations are genuinely useful

🎓

School & college algebra

Practice arithmetic and geometric sequence problems for precalculus and algebra coursework.

📝

Competitive exam prep

Get instant nth-term and sum results for sequence and series questions under time pressure.

💰

Finance & compound growth

Model compound interest and annuities as geometric sequences, or simple interest as arithmetic.

📊

Data science & forecasting

Project linear or exponential growth trends using arithmetic and geometric sequence patterns.

🔬

Physics problems

Describe uniformly accelerated motion (arithmetic) or radioactive decay (geometric) with sequence formulas.

💻

Computer science

Analyze algorithm growth patterns and recursive structures using sequence and series concepts.

🌍

Population modeling

Project population growth under constant absolute (arithmetic) or percentage (geometric) change.

🧩

Puzzles & recreational math

Explore converging infinite series like Zeno's paradox or fractal perimeter and area problems.

🧑‍🏫

Teaching aid

Generate instant, step-by-step sequence examples for classroom demonstrations.

🧑‍💻

Programmer verification

Sanity-check a custom sequence-generating function against exact reference values.

📈

Business & sales projections

Model steady sales growth (arithmetic) or compounding market growth (geometric) scenarios.

🏗️

Engineering & design

Apply arithmetic progressions to structural spacing or geometric progressions to scaling designs.

Pros & Cons

Advantages and Limitations

What this sequence & series calculator does well, and where it has boundaries

✅ Advantages

  • Free, instant, and requires no signup or account
  • Covers both arithmetic and geometric sequences in one tool
  • Computes the nth term and the sum of the first n terms together
  • Automatically checks and computes the infinite geometric sum when convergent
  • Handles the special case r = 1 correctly, avoiding a division-by-zero error
  • Lists out the actual sequence terms, not just the formulas
  • Accepts decimal and negative values for a₁, d, and r
  • Runs entirely in your browser — no data ever leaves your device
  • Useful across school, finance, and physics contexts alike
  • Fast-loading and fully mobile-friendly
  • Consistent, deterministic results every time
  • Free to use as many times as needed, with no calculation limit

⚠️ Limitations

  • Only supports arithmetic and geometric sequences — not other types like harmonic or Fibonacci-style sequences
  • n must be a positive whole number; fractional or negative term numbers aren't supported
  • Listed sequence terms are capped at 50 for readability, even when n is much larger
  • Does not compute partial sums between arbitrary start and end indices, only from the first term
  • Infinite sum is undefined (and correctly not shown) whenever |r| ≥ 1
  • Does not solve for unknown a₁, d, or r given other known values — only forward calculation
  • Does not handle sequences defined by recursive or non-constant-difference/ratio rules
Reference

Arithmetic vs Geometric Sequences

Two fundamental sequence patterns, compared side by side

PropertyArithmetic SequenceGeometric Sequence
RuleAdd a constant (d) each stepMultiply by a constant (r) each step
nth termaₙ = a₁ + (n−1)daₙ = a₁ × r^(n−1)
Sum of n termsSₙ = n/2 × (2a₁+(n−1)d)Sₙ = a₁(1−rⁿ)/(1−r)
Growth patternLinear (constant absolute change)Exponential (constant percentage change)
Infinite sum possible?Never (unless d=0)Yes, if |r| < 1
Real-world exampleSimple interest, fixed depositsCompound interest, population growth

Common Mistakes and Expert Tips

❌ Common Mistakes

  • Confusing the common difference (d, added) with the common ratio (r, multiplied)
  • Forgetting that the geometric sum formula breaks down at r=1 and needs the n×a₁ special case
  • Assuming every geometric series has an infinite sum, without checking |r| < 1 first
  • Miscounting n — starting from n=0 instead of n=1 for the first term
  • Treating a decreasing sequence (negative d or |r|<1) as an error rather than a valid, expected result
  • Mixing up "sum of n terms" (Sₙ) with the "nth term" (aₙ) — they answer different questions

💡 Expert Tips & Best Practices

  • Always verify your first few listed terms match the pattern you expect before trusting the nth-term result
  • Check |r| against 1 first for geometric sequences, before looking for an infinite sum
  • Pair this tool with the Factorial Calculator when a series involves factorial terms, like in a Taylor series
  • Use the Prime Number Checker alongside this tool when exploring number-theoretic sequences
  • Cross-check compound interest projections using this geometric sequence calculator against a dedicated finance calculator for real-world accuracy
📝

Summary: This sequence & series calculator gives you an instant, free way to find the nth term and sum of an arithmetic or geometric sequence, list its terms, and check infinite geometric series convergence — all with the formula and steps shown. Pair it with the Factorial Calculator and Prime Number Checker for a fuller toolkit of number theory and algebra calculators.

FAQ

Frequently Asked Questions

Common questions about sequences and series

What is an arithmetic sequence?
An arithmetic sequence is a list of numbers where each term is found by adding a constant, called the common difference (d), to the previous term. For example, 1, 4, 7, 10, ... has a1 = 1 and d = 3.
What is the formula for the sum of an arithmetic sequence?
The sum of the first n terms is Sn = n/2 × (2a1 + (n-1)d), where a1 is the first term and d is the common difference. Equivalently, Sn = n × (a1 + an) / 2, the average of the first and last term multiplied by the number of terms.
What is a geometric sequence?
A geometric sequence is a list of numbers where each term is found by multiplying the previous term by a constant, called the common ratio (r). For example, 2, 6, 18, 54, ... has a1 = 2 and r = 3.
When does an infinite geometric series converge?
An infinite geometric series a1 + a1r + a1r² + ... converges only when the absolute value of the common ratio is less than 1 (|r| < 1). In that case its sum is S∞ = a1 / (1 - r). If |r| ≥ 1, the terms don't shrink toward zero and the sum grows without bound.
What is the difference between a sequence and a series?
A sequence is an ordered list of terms, like 1, 4, 7, 10. A series is the sum of those terms, like 1 + 4 + 7 + 10 = 22. This calculator computes both: the sequence terms themselves and the running sum (series) of the first n terms.
How do you find the nth term of an arithmetic sequence?
Use the formula aₙ = a₁ + (n−1)d, where a₁ is the first term, d is the common difference, and n is the term number you want. For example, the 5th term of 1, 4, 7, 10, ... is 1 + (5−1)×3 = 13.
How do you find the nth term of a geometric sequence?
Use the formula aₙ = a₁ × r^(n−1), where a₁ is the first term, r is the common ratio, and n is the term number. For example, the 5th term of 2, 6, 18, 54, ... is 2 × 3⁴ = 162.
What happens if the common ratio r equals 1?
When r = 1, every term in the geometric sequence equals a1 exactly, since multiplying by 1 never changes the value. The sum formula Sn = a1(1−rⁿ)/(1−r) would divide by zero in this case, so the sum is simply computed as n × a1 instead.
What happens if the common ratio r equals 0?
If r = 0, every term after the first becomes 0 (since a1 × 0 = 0), so the sequence is a1, 0, 0, 0, .... The sum of the first n terms simply equals a1, and the infinite sum also equals a1 since |0| < 1 satisfies the convergence condition.
Can a sequence have a negative common difference or ratio?
Yes. A negative common difference (d < 0) produces a decreasing arithmetic sequence, like 10, 7, 4, 1, −2. A negative common ratio (r < 0) produces an alternating geometric sequence, like 3, −6, 12, −24, where signs flip every term.
Why does an infinite geometric series diverge when |r| ≥ 1?
When |r| ≥ 1, each term is the same size as or larger than the one before it, so the terms never shrink toward zero. Adding infinitely many terms that don't shrink means the running total either grows without bound or oscillates forever, so no finite sum exists.
What is a real-world example of a geometric sequence?
Compound interest is a classic geometric sequence: an investment growing at a fixed percentage rate each period multiplies by the same ratio (1 + rate) every step, exactly matching the geometric sequence pattern aₙ = a₁ × r^(n−1).
What is a real-world example of an arithmetic sequence?
Simple interest is a classic arithmetic sequence: a fixed dollar amount of interest is added each period, so the balance grows by the same constant difference every time, matching the arithmetic sequence pattern aₙ = a₁ + (n−1)d.
How many terms can this calculator list at once?
The calculator lists up to 50 terms of a sequence for readability. If n is larger than 50, it shows the first 50 terms along with a note indicating how many total terms were requested.
What does Zeno's paradox have to do with infinite geometric series?
Zeno's paradox describes covering half a remaining distance repeatedly (1/2 + 1/4 + 1/8 + ...), which is an infinite geometric series with a1 = 1/2 and r = 1/2. Since |r| < 1, it converges to S∞ = (1/2)/(1−1/2) = 1, resolving the apparent paradox mathematically.
Learn More

Authoritative Resources on Sequences & Series

Trusted educational references to go deeper on sequences and series

Related Calculators

Explore other math tools