Skip to content

Number Sequence Calculator

Find the n-th term, the sum and the first terms of arithmetic, geometric and Fibonacci-style sequences, including the sum to infinity when it exists.

Formulas last reviewed: September 2026

Disclaimer: Results are calculated with standard formulas and are meant for learning and quick checks. Please double-check important work, especially anything used for exams, engineering, finance or safety.

Patterns that follow a rule

A number sequence is a list of numbers that follows a rule. In an arithmetic sequence you add the same amount each time (2, 5, 8, 11 …). In a geometric sequence you multiply by the same ratio (8, 4, 2, 1 …). A Fibonacci-style sequence makes each term the sum of the two before it.

This calculator finds the n-th term, the sum of the first n terms and a table of the first terms. For a geometric sequence with a ratio between −1 and 1 it also gives the sum to infinity.

How it is calculated

Arithmetic: aₙ = a₁ + (n − 1)d, Sₙ = n ÷ 2 × (2a₁ + (n − 1)d)
Geometric: aₙ = a₁ × rⁿ⁻¹, Sₙ = a₁(1 − rⁿ) ÷ (1 − r)
Sum to infinity = a₁ ÷ (1 − r) when |r| < 1

Worked example

Three sequences

2, 5, 8 … 10th term
29
Sum of those 10 terms
155
8, 4, 2 … sum to infinity
16
Fibonacci, 10th term
34

Spotting the type

TestSequence type
Differences between terms are equalArithmetic
Ratios between terms are equalGeometric
Each term is the sum of the previous twoFibonacci-style

Frequently asked questions

What is the common difference?

It is the fixed amount added to get from one term to the next in an arithmetic sequence. It can be negative for a decreasing sequence.

When does a geometric series have a finite sum to infinity?

Only when the common ratio is between −1 and 1. Otherwise the terms do not shrink and the sum keeps growing.

What are the first Fibonacci numbers?

0, 1, 1, 2, 3, 5, 8, 13, 21, 34 and so on. You can also start from any two numbers you like.

How many terms can I list?

Up to 1,000 terms. The table shows the first 12 and the full sequence is listed below it.