Sequence Calculator
This Sequence math calculator, calculates and generates different types of numerical sequences.
How to use:
- Select the sequence type (Arithmetic or Geometric)
- Enter the first term (a₁)
- Enter the common difference (d) for arithmetic or common ratio (r) for geometric sequences
- Enter the number of terms to generate
- Click "Generate Sequence" to see the terms
- Use "Show Example" to load sample values
Formulas:
- Arithmetic Sequence: aₙ = a₁ + (n-1)d
- Geometric Sequence: aₙ = a₁ × rⁿ⁻¹
Examples:
- Arithmetic: 2, 5, 8, 11, 14... (a₁=2, d=3)
- Geometric: 3, 6, 12, 24, 48... (a₁=3, r=2)