What Can You Do With Sequence Calculator?

Arithmetic Sequences

Generate sequences with constant difference between terms. Formula: aₙ = a₁ + (n-1)d

Geometric Sequences

Create sequences with constant ratio between terms. Formula: aₙ = a₁ × r^(n-1)

Fibonacci Sequence

Generate the famous Fibonacci sequence: 0, 1, 1, 2, 3, 5, 8, 13, ...

Pattern Recognition

Identify patterns and predict next terms in any number sequence.

Nth Term Calculator

Calculate any term in the sequence without generating all previous terms.

Sequence Summation

Calculate sum of first n terms for arithmetic and geometric sequences.

Common Sequence Examples

Odd Numbers

1, 3, 5, 7, 9, 11, ...
Arithmetic with d = 2
Formula: aₙ = 2n - 1

Even Numbers

2, 4, 6, 8, 10, 12, ...
Arithmetic with d = 2
Formula: aₙ = 2n

Squares

1, 4, 9, 16, 25, 36, ...
Custom sequence
Formula: aₙ = n²

Cubes

1, 8, 27, 64, 125, ...
Custom sequence
Formula: aₙ = n³

Fibonacci

0, 1, 1, 2, 3, 5, 8, ...
Fibonacci sequence
Formula: aₙ = aₙ₋₁ + aₙ₋₂

Geometric Growth

2, 6, 18, 54, 162, ...
Geometric with r = 3
Formula: aₙ = 2 × 3^(n-1)