What is Number Sequence Calculator?
Analyzes number sequences to identify common differences (arithmetic), common ratios (geometric), or recursive Fibonacci sequences.
How to Use This Calculator
- Enter a comma-separated sequence of at least 3 numbers.
- Specify which nth term you wish to compute.
- View the next term, general formula, and series sum.
The Mathematical Formula & Variables
Arithmetic: an = a1 + (n-1)*d; Geometric: an = a1 * r^(n-1)
Step-by-Step Worked Example
Scenario: Sequence: 1, 1, 2, 3, 5, 8, 13, 21.
- Each term is the sum of the two preceding terms.
- Nth term (n=9): 13 + 21 = 34.
Result: 34
Frequently Asked Questions
What is the difference between arithmetic and geometric sequences?
Arithmetic sequences increase by adding a fixed constant (common difference), whereas geometric sequences increase by multiplying by a constant (common ratio).