Number Sequence Calculator

Reviewed by CalcMulti Editorial Team·Last updated: ·Algebra Hub

A number sequence is an ordered list of numbers following a rule or pattern. The most common sequences are arithmetic (constant difference: 2, 5, 8, 11 ...), geometric (constant ratio: 3, 6, 12, 24 ...), and Fibonacci (each term is the sum of the two before: 1, 1, 2, 3, 5, 8 ...). Recognizing the type is the first step to finding any term.

This calculator analyzes an entered sequence, identifies its type (arithmetic, geometric, quadratic, or Fibonacci-like), computes the nth term formula, lists the next several terms, and calculates the sum to n terms where applicable.

For an arithmetic sequence with first term a₁ and common difference d: the nth term is aₙ = a₁ + (n−1)d, and the sum of n terms is Sₙ = n/2 × (2a₁ + (n−1)d). For a geometric sequence with first term a₁ and common ratio r: aₙ = a₁ × r^(n−1), and Sₙ = a₁(1 − rⁿ)/(1 − r) when r ≠ 1. These formulas allow you to find any term or any partial sum without listing all the intermediate terms.

Sequences appear across mathematics and science: arithmetic sequences model linear growth (savings with fixed deposits); geometric sequences model exponential growth and decay (compound interest, population growth, radioactive decay); Fibonacci numbers appear in plant branching, spirals, and financial analysis; square numbers (1, 4, 9, 16, ...) and triangular numbers (1, 3, 6, 10, ...) appear in combinatorics and number theory.

Formula

Arithmetic: aₙ = a₁ + (n−1)d | Geometric: aₙ = a₁ × r^(n−1)

a₁
first term of the sequence
d
common difference (arithmetic sequences)
r
common ratio (geometric sequences)
n
term position (1, 2, 3, ...)

Number Sequence Calculator

Enter at least 3 terms to detect the pattern and find the next numbers.

terms

Sequence Types Quick Reference

TypePatternnth TermExampleKey Test
ArithmeticConstant difference da₁ + (n−1)d3, 7, 11, 15Diffs all equal
GeometricConstant ratio ra₁ × r^(n−1)2, 6, 18, 54Ratios all equal
QuadraticConstant 2nd diffan² + bn + c1, 4, 9, 16, 252nd diffs equal
Fibonacciaₙ = aₙ₋₁ + aₙ₋₂No simple closed form1, 1, 2, 3, 5, 8Each = sum of prev 2
TriangularAdding 1,2,3,4,...n(n+1)/21, 3, 6, 10, 15Diffs are 1,2,3,...

Disclaimer

This calculator is for educational purposes only and does not constitute professional advice. Results are based on standard mathematical formulas. Always verify critical calculations with a qualified professional before making important decisions.

Frequently Asked Questions