How to Use
Enter a sequence:
- Input: Comma-separated numbers
- Output: Pattern type and next terms
- Method: Difference table analysis
Pattern Types
- Arithmetic: constant 1st differences
- Geometric: constant ratios
- Quadratic: constant 2nd differences
- Fibonacci: aₙ = aₙ₋₁ + aₙ₋₂
Method of Differences
Compute successive differences. If kth differences are constant, the sequence is a polynomial of degree k. Predict by extending the difference table.
Step-by-Step Instructions
- 1Enter a number sequence.
- 2View detected pattern.
- 3Check difference table.
- 4See predicted next terms.
- 5Verify the formula.