Number Sequence Calculator Online

Generate arithmetic, geometric and Fibonacci sequences, find the nth term, and add up the sum, right in your browser.

The Number Sequence Calculator runs entirely in your browser. The first term, difference or ratio, and term count you enter are computed locally and never leave your device.

Open the Factor Calculator

About Number Sequence Calculator

Number Sequence Calculator generates arithmetic, geometric, and Fibonacci-style sequences from a starting value and a common difference, ratio, or seed pair. Choose a sequence type, enter the first term and the common difference or ratio (or the first two terms for a Fibonacci sequence), and set how many terms to generate. The tool lists every term, works out the nth term with the matching formula, and adds up the running sum. It is useful for checking algebra and pre-calculus homework, building patterns for a lesson plan, or verifying a recursive formula before you code it. Everything runs locally in your browser, so the numbers you enter are never uploaded.

Features

How to use the Number Sequence Calculator

  1. Pick a sequence type: Arithmetic, Geometric, or Fibonacci
  2. Enter the first term and the common difference, ratio, or second seed term
  3. Enter how many terms to generate
  4. Read the sequence, nth term, and sum, then copy the summary

Example

Input

arithmetic a=2 d=3, 5 terms

Output

2, 5, 8, 11, 14 (sum 40)

Each term adds the common difference 3 to the one before it: 2, 5, 8, 11, 14.

Common errors & troubleshooting

Frequently asked questions

What does the Number Sequence Calculator do?
It generates arithmetic, geometric, or Fibonacci-style number sequences from the values you enter, then shows every term, the nth term, and the sum of the sequence.
How does the Number Sequence Calculator find the nth term of an arithmetic sequence?
It uses the formula a + (n-1)d, where a is the first term, d is the common difference, and n is the term position you asked for.
How does the Number Sequence Calculator find the nth term of a geometric sequence?
It uses the formula a·r^(n-1), where a is the first term, r is the common ratio, and n is the term position.
Can the Number Sequence Calculator start a Fibonacci sequence with custom seed values?
Yes. Enter any first and second term and the calculator builds each later term as the sum of the two before it, so you can generate Fibonacci-style sequences beyond the classic 0, 1 seed.
Is there a limit to how many terms the Number Sequence Calculator will list?
Yes, the visible list is capped at 100 terms so it stays readable. The nth-term and sum results still reflect the number of terms you requested up to that cap.
Does the Number Sequence Calculator send my numbers anywhere?
No. The Number Sequence Calculator runs entirely in your browser. The values you type are computed locally and are never uploaded to ArrayKit.

Related tools

All ArrayKit tools