Sequences & Series 🇺🇸 USA🇬🇧 UK Live Resultsnth Term
Calculate

Number Sequence Calculator

Identify and generate arithmetic, geometric, Fibonacci, triangular, square, and prime sequences. Find the nth term formula, sum of terms, and next values in the series automatically.

Sequence Inputs

Live
Enter known terms separated by commas (e.g. 2, 5, 8, 11), or enter first term and common difference/ratio directly. The calculator auto-detects the sequence type.
Enter at least 3 terms for auto-detection
Override if needed
For arithmetic sequences
How many terms to show

Sequence Results

β€”
Sequence Type
β€”
Enter values above to calculate
β€”
Sequence Values vs Term Number
Term Magnitude Comparison

Number Sequence Guide

Guide

What Is a Number Sequence?

A number sequence is an ordered list of numbers following a specific pattern or rule. Each number in the sequence is called a term. Sequences appear throughout mathematics, science, finance, and nature β€” from simple counting patterns to complex recursive formulas.

Understanding sequences is fundamental in GCSE and A-level Mathematics in the UK, and in Algebra and AP Calculus in the US. This calculator covers the most common types used in school and professional contexts.

Arithmetic Sequences

An arithmetic sequence (or arithmetic progression, AP) is a sequence where each term increases or decreases by a constant amount called the common difference d.

nth term: a(n) = a + (nβˆ’1)d    Sum of n terms: S(n) = n/2 Γ— (2a + (nβˆ’1)d)

Example: 3, 7, 11, 15, ... β†’ a=3, d=4. a(10) = 3 + 9Γ—4 = 39. S(10) = 10/2 Γ— (6+36) = 5Γ—42 = 210.

Arithmetic sequences model linear growth: equal pay raises each year, equal steps in a staircase, equal intervals on a number line. UK GCSE students must find nth term formulas for arithmetic sequences.

Geometric Sequences

A geometric sequence (or geometric progression, GP) is a sequence where each term is multiplied by a constant common ratio r.

nth term: a(n) = a Γ— r^(nβˆ’1)    Sum of n terms: S(n) = a(1βˆ’r^n)/(1βˆ’r) for r β‰  1

Example: 2, 6, 18, 54, ... β†’ a=2, r=3. a(7) = 2Γ—3^6 = 2Γ—729 = 1,458.

If |r| < 1, the sequence converges to zero and the sum to infinity is S∞ = a/(1βˆ’r). This convergence property is the basis of Zeno's paradox and is used in actuarial calculations for perpetuities and annuities.

Geometric Sequences in Finance: Annuities

A savings account earning compound interest is a geometric sequence. If you deposit Β£1,000 annually at 5% interest, each year's ending balance forms a geometric-like series. The present value of a perpetuity (infinite payments) uses the formula PV = C/r, where C is the annual payment and r is the discount rate β€” directly derived from geometric series convergence.

Fibonacci Sequence

The Fibonacci sequence is defined recursively: F(1)=1, F(2)=1, F(n)=F(nβˆ’1)+F(nβˆ’2). The sequence begins: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ...

The ratio of consecutive Fibonacci numbers converges to the golden ratio Ο† β‰ˆ 1.6180339887.... This irrational number appears in nature: the spirals of sunflowers, pinecones, and nautilus shells follow Fibonacci counts.

In finance, Fibonacci retracement levels (23.6%, 38.2%, 61.8%) are widely used in technical analysis for identifying potential price reversal levels in stocks and forex.

Triangular Numbers

Triangular numbers: 1, 3, 6, 10, 15, 21, ... where T(n) = n(n+1)/2. They represent the number of dots that can be arranged in an equilateral triangle. T(10) = 55, T(100) = 5,050 (the famous sum Gauss computed as a schoolboy).

Square and Cube Numbers

Square numbers: 1, 4, 9, 16, 25, ... a(n) = nΒ². Cube numbers: 1, 8, 27, 64, 125, ... a(n) = nΒ³. These appear in geometry (area and volume), physics (inverse square law), and number theory.

Prime Numbers

Primes: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, ... A prime has exactly two factors: 1 and itself. There is no general closed-form nth term formula for primes. The prime counting function Ο€(x) β‰ˆ x/ln(x) by the Prime Number Theorem. Primes are fundamental to cryptography (RSA encryption, used in every secure website).

Sequence Types Comparison

TypePatternnth TermExample
Arithmetic+constanta + (nβˆ’1)d2, 5, 8, 11
GeometricΓ—constanta Γ— r^(nβˆ’1)3, 6, 12, 24
FibonacciSum of prev twoF(nβˆ’1)+F(nβˆ’2)1, 1, 2, 3, 5
SquarenΒ²nΒ²1, 4, 9, 16, 25
Triangularn(n+1)/2n(n+1)/21, 3, 6, 10, 15
PrimeNo simple formulaSieve of Eratosthenes2, 3, 5, 7, 11

UK GCSE Sequences

The AQA, Edexcel, and OCR GCSE Mathematics specifications (Foundation and Higher) require students to: generate terms from a rule, find the nth term of arithmetic and quadratic sequences, and identify whether a given value is in a sequence. Quadratic sequences have second differences that are constant.

US Algebra and AP Calculus

The Common Core State Standards (CCSS) include arithmetic and geometric sequences in High School Algebra (HSA-SSE, HSF-BF). AP Calculus BC extends this to convergence and divergence of infinite series (the Ratio Test, Comparison Test, etc.), directly building on geometric sequence concepts.

Frequently Asked Questions

FAQ
What is an arithmetic sequence?

An arithmetic sequence adds (or subtracts) the same constant to each term. The constant is called the common difference d. The nth term formula is a(n) = a + (nβˆ’1)d, where a is the first term.

What is a geometric sequence?

A geometric sequence multiplies each term by the same constant ratio r. The nth term is a Γ— r^(nβˆ’1). If |r| < 1, terms approach zero and the sum to infinity is a/(1βˆ’r).

How do I find the nth term of an arithmetic sequence?

Formula: a(n) = a + (nβˆ’1)d. Example: for 3, 7, 11, 15 β†’ a=3, d=4. a(n) = 3 + (nβˆ’1)Γ—4 = 4nβˆ’1. Check: a(1)=3 βœ“, a(2)=7 βœ“.

What is the Fibonacci sequence and where does it appear in nature?

Fibonacci: 1,1,2,3,5,8,13,21,... Each term is the sum of the two preceding. It appears in the spiral arrangements of sunflowers (34 and 55 spirals), pinecones, nautilus shells, and the branching of trees.

What is the golden ratio?

The golden ratio Ο† = (1 + √5)/2 β‰ˆ 1.6180339887. It equals the limit of consecutive Fibonacci ratios (F(n+1)/F(n) β†’ Ο†). It appears in art, architecture, and nature, and is considered aesthetically pleasing by many.

How do I find the sum of an arithmetic sequence?

S(n) = n/2 Γ— (first term + last term) = n/2 Γ— (2a + (nβˆ’1)d). For example, sum of first 100 natural numbers = 100/2 Γ— (1+100) = 50 Γ— 101 = 5,050.

When does a geometric series converge?

A geometric series converges when |r| < 1. The sum to infinity is S∞ = a/(1βˆ’r). For r β‰₯ 1 or r ≀ βˆ’1, the series diverges (grows without bound or oscillates without settling).

What are triangular numbers used for?

Triangular numbers T(n) = n(n+1)/2 count handshakes in a group (if n people each shake hands with everyone else), connections in a network, and are related to binomial coefficients C(n+1, 2).

Disclaimer

Results are for educational purposes. Auto-detection works best with at least 4 consistent terms. Ambiguous sequences may be misclassified. Verify results against your course specifications.

Sequence
β€”