Number Sequence Calculator
Calculate, visualize, and analyze various number sequences with this powerful tool.
Sequence Parameters
Min: 1 Max: 50
Sequence Results
Sequence will appear here…
Analysis will appear here…
Sequence Visualization
About Number Sequences
Arithmetic Sequence
A sequence where each term increases by a constant value (common difference). Formula: aₙ = a₁ + (n-1)d
Geometric Sequence
A sequence where each term is found by multiplying the previous term by a constant (common ratio). Formula: aₙ = a₁ × r⁽ⁿ⁻¹⁾
Fibonacci Sequence
Each number is the sum of the two preceding ones. Formula: Fₙ = Fₙ₋₁ + Fₙ₋₂, with F₁ = 1, F₂ = 1