๐Ÿ”ข

Number Sequence Calculator

Analyze and find the next terms in a sequence.

๐Ÿ”ข

Sequence Laboratory

Choose a sequence type and enter the parameters. The Analytical Dashboard on the right shows the n-th term, sum, and a visual trace.

1 to 500. For Fibonacci, large n may produce very large terms.

Result
aโ‚™ (n-th term)29
Sโ‚™ (sum to n)155

Formula

aโ‚™ = aโ‚ + (nโˆ’1)d = 2 + (10โˆ’1)ร—3 = 29

First 10 terms

Logic Trace

StepDetail
Formulaaโ‚™ = aโ‚ + (nโˆ’1)d
Substituteaโ‚™ = 2 + (10โˆ’1)ร—3
Simplifyaโ‚™ = 2 + 27 = 29
Sum Sโ‚™Sโ‚™ = n/2 ร— (2aโ‚ + (nโˆ’1)d) = 10/2 ร— (4 + 27) = 155

Using the Number Sequence Calculator

Select Arithmetic, Geometric, or Fibonacci, enter the parameters (first term, common difference or ratio, or term index n), and use the Result pane for the n-th term and sum. Trusted by students and educators for precalculus and discrete math. The Logic Trace shows the formula steps; the sequence bar shows the first 10 terms. All calculations run locally.

Quick tips

Arithmetic

an=a1+(nโˆ’1)da_n = a_1 + (n-1)d
Enter first term (aโ‚) and common difference (d). Use target n for the term index

Geometric

โ€ข
an=a1โ‹…rnโˆ’1a_n = a_1 \cdot r^{n-1}
Enter first term (aโ‚) and common ratio (r). If
โ€ขr
โ€ข< 1, the calculator shows the infinite sum Sโˆž

Fibonacci

Fโ‚ = 1, Fโ‚‚ = 1.
Fn=Fnโˆ’1+Fnโˆ’2F_n = F_{n-1} + F_{n-2}
Enter only the term index n. Large n gives very large terms (BigInt)

Copy

"Copy first 20 terms" copies the first 20 terms to the clipboard, separated by commas.

Number Sequence Calculator: Arithmetic, Geometric & Fibonacci

Find the n-th term and sum of arithmetic, geometric, and Fibonacci sequences. Arithmetic sequence formula with steps, geometric sequence ratio calculator, sum of arithmetic series. Logic Trace and visual sequence bar. Trusted by students and educators. No sign-upโ€”all calculations run locally.

What This Calculator Does

Purpose

  • Key formulas
    an=a1+(nโˆ’1)da_n = a_1 + (n-1)d
    an=a1โ‹…rnโˆ’1a_n = a_1 \cdot r^{n-1}
    Fn=Fnโˆ’1+Fnโˆ’2F_n = F_{n-1} + F_{n-2}
  • Features
    Tabbed input for Arithmetic, Geometric, and Fibonacci. Inputs: first term (aโ‚), common difference (d) or common ratio (r), and target term index n. Result pane shows n-th term and Sโ‚™; Formula box (or last additions for Fibonacci); Copy first 20 terms to clipboard. All calculations run in your browser; no data is sent to servers.
This number sequence calculator computes the n-th term (aโ‚™ or Fโ‚™) and the sum of the first n terms (Sโ‚™) for three sequence types: Arithmetic (constant difference d), Geometric (constant ratio r), and Fibonacci (each term is the sum of the two before it). It shows a step-by-step Logic Trace and a visual bar of the first 10 terms, with +d or ร—r labels for arithmetic and geometric sequences. For geometric sequences with |r| < 1, it also shows the sum to infinity Sโˆž. Students and teachers use it to check homework and to see the arithmetic sequence formula with steps or to find the n-th term of Fibonacci; the Logic Trace shows every substitution so you can verify results.

The Difference Between Arithmetic and Geometric Sequences

Arithmetic sequence: Each term is the previous term plus a fixed number d (the common difference).
an=a1+(nโˆ’1)da_n = a_1 + (n-1)d
Example: 2, 5, 8, 11,โ€ฆ (aโ‚ = 2, d = 3). The sum of an arithmetic series (first n terms):
Sn=n2(2a1+(nโˆ’1)d)S_n = \frac{n}{2}(2a_1 + (n-1)d)


Geometric sequence: Each term is the previous term multiplied by a fixed number r (the common ratio).
an=a1โ‹…rnโˆ’1a_n = a_1 \cdot r^{n-1}
Example: 2, 6, 18, 54,โ€ฆ (aโ‚ = 2, r = 3). The sum of a geometric series (first n terms):
Sn=a1(1โˆ’rn)1โˆ’rS_n = \frac{a_1(1-r^n)}{1-r}
when r โ‰  1. If |r| < 1, the infinite geometric series converges:
Sโˆž=a11โˆ’rS_\infty = \frac{a_1}{1-r}
This calculator acts as a geometric sequence ratio calculator: enter aโ‚ and r to find any term and the sum (or Sโˆž when |r| < 1)

Fibonacci Sequence and the n-th Term

The Fibonacci sequence starts with Fโ‚ = 1, Fโ‚‚ = 1, and each later term is the sum of the two preceding:
Fn=Fnโˆ’1+Fnโˆ’2F_n = F_{n-1} + F_{n-2}
So 1, 1, 2, 3, 5, 8, 13, 21,โ€ฆ To find the n-th term of Fibonacci, you can use this calculator: enter the term index n (1 to 500) and read Fโ‚™ and the sum of the first n Fibonacci numbers (which equals Fโ‚™โ‚Šโ‚‚ โˆ’ 1). Fibonacci numbers grow quickly; the calculator uses exact integer arithmetic so there are no rounding errors

How to Find the Common Difference in a Sequence

If you have a list of terms and suspect they form an arithmetic sequence, the common difference d is the constant gap:
d=a2โˆ’a1d = a_2 - a_1
(or aโ‚™โ‚Šโ‚ โˆ’ aโ‚™ for any consecutive pair). Once you know aโ‚ and d, the n-th term is
an=a1+(nโˆ’1)da_n = a_1 + (n-1)d
This calculator skips the โ€œfind d from a listโ€ step: you enter the first term and common difference directly, then choose n. The Logic Trace shows the arithmetic sequence formula with stepsโ€”substitution and simplificationโ€”so you can follow the algebra and use the result for homework or to check your own work

Number Sequence Calculator FAQ

? What is the n-th term of a sequence?

The n-th term (written aโ‚™ or Fโ‚™ for Fibonacci) is the value of the sequence at position n. In an arithmetic sequence:
an=a1+(nโˆ’1)da_n = a_1 + (n-1)d
In a geometric sequence:
an=a1โ‹…rnโˆ’1a_n = a_1 \cdot r^{n-1}
In the Fibonacci sequence, Fโ‚ = 1, Fโ‚‚ = 1, and
Fn=Fnโˆ’1+Fnโˆ’2F_n = F_{n-1} + F_{n-2}
This number sequence calculator finds the n-th term and the sum of the first n terms for all three types

? Can the common ratio in a geometric sequence be negative?

Yes. The common ratio (r) in a geometric sequence can be negative. When r is negative, terms alternate in sign (e.g. 2, โˆ’6, 18, โˆ’54โ€ฆ). The formulas
an=a1โ‹…rnโˆ’1a_n = a_1 \cdot r^{n-1}
and the sum
Sn=a1(1โˆ’rn)1โˆ’rS_n = \frac{a_1(1-r^n)}{1-r}
still apply. If |r| < 1, the infinite sum
Sโˆž=a11โˆ’rS_\infty = \frac{a_1}{1-r}
converges; this calculator shows Sโˆž when |r| < 1

? Why is the Fibonacci sequence found in nature?

The Fibonacci sequence (1, 1, 2, 3, 5, 8, 13โ€ฆ) appears in many natural patternsโ€”petal counts, pinecone spirals, sunflower seeds, and branchingโ€”because growth that adds new โ€œunitsโ€ based on the previous two steps often produces Fibonacci numbers. The ratio of consecutive terms approaches the golden ratio ฯ† โ‰ˆ 1.618. This calculator lets you find any Fโ‚™ and the sum of the first n Fibonacci numbers.

? How do I find the common difference in an arithmetic sequence?

The common difference (d) is the fixed amount added each time:
d=a2โˆ’a1d = a_2 - a_1
(or aโ‚™โ‚Šโ‚ โˆ’ aโ‚™ for any consecutive terms). Once you have d and the first term aโ‚, the n-th term is
an=a1+(nโˆ’1)da_n = a_1 + (n-1)d
In this calculator, enter aโ‚ and d and the target n; the Logic Trace shows the formula with your numbers step by step

? What is the sum of an arithmetic series?

The sum of the first n terms of an arithmetic sequence is
Sn=n2(2a1+(nโˆ’1)d)S_n = \frac{n}{2}(2a_1 + (n-1)d)
or equivalently Sโ‚™ = n/2 ร— (first term + last term). This number sequence calculator displays Sโ‚™ for arithmetic, geometric (including infinite series when |r| < 1), and Fibonacci sequences
๐Ÿ’ก
Mathematical Reference Note

Calculation Logic: This tool uses standard mathematical algorithms. While we strive for accuracy, errors in logic or user input can result in incorrect data.

Verification: Results should be cross-checked if used for important academic, professional, or personal calculations.

Standard Terms: This tool is provided free of charge and as-is. CalcRegistry provides no warranty regarding the accuracy or fitness of these results for your specific needs.

ยฉ 2026 CalcRegistry Reference Last System Check: FEB 2026Free Online Utility Tools