Skip to content
Calculator Tools

Math · 11 calculators

Sequence & Series Calculators

Arithmetic and geometric sequences, nth terms, partial and infinite sums, Fibonacci and harmonic sequences.

Key sequence & series formulas

Arithmetic Sequenceaₙ = a₁ + (n − 1)d · Sₙ = n/2 × (a₁ + aₙ)
Geometric Sequenceaₙ = a₁·rⁿ⁻¹ · Sₙ = a₁(1 − rⁿ)/(1 − r)
FibonacciF(0) = 0, F(1) = 1, F(n) = F(n−1) + F(n−2)
Arithmetic SeriesS = n(a₁ + aₙ)/2, n = (aₙ − a₁)/d + 1
Geometric SeriesSₙ = a₁(1 − rⁿ)/(1 − r) · S∞ = a₁/(1 − r) for |r| < 1
Sequence SumΣk = n(n+1)/2 · Σk² = n(n+1)(2n+1)/6 · Σk³ = [n(n+1)/2]²
Nth TermArithmetic: a + (n−1)d · Geometric: a·rⁿ⁻¹ · Quadratic: an² + bn + c
Harmonic Sequencehₙ = 1 / (a₁ + (n − 1)d)
Infinite Geometric SeriesS∞ = a₁ / (1 − r), valid for |r| < 1
Common Differenced = (aₙ − aₘ) / (n − m)

Sequence & Series questions

How is Fibonacci related to the golden ratio?

The ratio of consecutive Fibonacci numbers F(n+1)/F(n) approaches the golden ratio φ ≈ 1.618 as n grows.