Arithmetic or Geometric Sequence Generator
Math Algebra • Sequences and Series
Frequently Asked Questions
How do I tell if a sequence is arithmetic or geometric?
A sequence is arithmetic if the difference between consecutive terms is constant, and geometric if the ratio of consecutive terms is constant (when the previous term is not zero). The auto-detect option checks these differences or ratios using a tolerance to handle rounding noise.
What formulas does the calculator use for arithmetic sequences?
For an arithmetic sequence, the nth term is a_n = a1 + (n - 1)d. The partial sum is S_n = n/2 x (2a1 + (n - 1)d).
What formulas does the calculator use for geometric sequences and sums?
For a geometric sequence, the nth term is a_n = a1 x r^(n - 1). The partial sum is S_n = a1 x (r^n - 1)/(r - 1) for r != 1 (and S_n = n x a1 for r = 1), and the infinite sum is S_infinity = a1/(1 - r) only when |r| < 1.
What is the arithmetic–geometric mode a_n = a + n d + r^n used for?
It models sequences that combine a linear trend (a + n d) with an exponential component (r^n). The calculator generates its terms and partial sums so you can see how both parts contribute across n.