Generate terms, find the nth term formula, compute partial sums and check convergence for arithmetic, geometric, Fibonacci, harmonic and power series. Includes sum of natural numbers, squares and cubes.
The two most fundamental types of sequences in mathematics differ in how each term relates to the previous one.
| Property | Arithmetic | Geometric |
|---|---|---|
| Pattern | Add constant d each step | Multiply by constant r each step |
| nth term | aₙ = a₁ + (n−1)d | aₙ = a₁ × r^(n−1) |
| Finite sum Sₙ | n/2 × (2a₁ + (n−1)d) | a₁(1 − rⁿ)/(1 − r), r ≠ 1 |
| Infinite sum S∞ | Diverges (unless d=0) | a₁/(1 − r) if |r| < 1 |
| Mean of n terms | Arithmetic mean = (a₁ + aₙ)/2 | Geometric mean = (a₁ × aₙ)^(1/2) |
| Example | 1, 4, 7, 10, 13, … (d=3) | 2, 6, 18, 54, … (r=3) |
An infinite series converges if its partial sums approach a finite limit. Key tests for convergence:
Several sequences appear repeatedly across mathematics, nature, and science: