A sequence is an ordered list of numbers. Arithmetic sequences add a constant difference. Geometric sequences multiply by a constant ratio. Fibonacci adds the two previous terms.
💡
Pro Tips
Arithmetic sequences are linear.
Geometric sequences are exponential.
The Fibonacci sequence appears often in nature.
!
Fun Facts
"The ratio of consecutive Fibonacci numbers approximates the Golden Ratio."
Formula: Arithmetic: an = a₁ + (n-1)d | Geometric: an = a₁ × r^(n-1)