Loading…

Arithmetic or Geometric Sequence Generator

Math Algebra • Sequences and Series

View all topics
1. Arithmetic Or Geometric Sequence Generator
Generate terms, \(a_n\), partial sums \(S_n\), detect AP/GP from data, and visualize as labeled points.
Arithmetic sequence inputs
Ready
Graph
Axes are labeled as n (term index) and value. Drag to pan • wheel/pinch to zoom • auto-fit uses separate x/y scales.
x: 0, y: 0 sx: 60, sy: 35
Click Generate to see formulas, detected parameters (if applicable), and the term table.
Quick quiz (random)
Identify the type and predict the next term.
Click Random sequence to start a quiz.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

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.