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.
Arithmetic: aₙ = a₁ + (n−1)d | Geometric: aₙ = a₁ × r^(n−1)
Enter at least 3 terms to detect the pattern and find the next numbers.
| Type | Pattern | nth Term | Example | Key Test |
|---|---|---|---|---|
| Arithmetic | Constant difference d | a₁ + (n−1)d | 3, 7, 11, 15 | Diffs all equal |
| Geometric | Constant ratio r | a₁ × r^(n−1) | 2, 6, 18, 54 | Ratios all equal |
| Quadratic | Constant 2nd diff | an² + bn + c | 1, 4, 9, 16, 25 | 2nd diffs equal |
| Fibonacci | aₙ = aₙ₋₁ + aₙ₋₂ | No simple closed form | 1, 1, 2, 3, 5, 8 | Each = sum of prev 2 |
| Triangular | Adding 1,2,3,4,... | n(n+1)/2 | 1, 3, 6, 10, 15 | Diffs are 1,2,3,... |
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.