Arithmetic nth term
aₙ = a₁ + (n − 1)d
Add the common difference d once for every step after the first term.
Find the nth term, the sum of the first n terms, the sequence formula, a generated term list, and worked substitutions.
aₙ = a₁ + (n − 1)d
Add the common difference d once for every step after the first term.
Sₙ = n(a₁ + aₙ) / 2
The average of the first and last terms, multiplied by the number of terms.
aₙ = a₁rn−1
Multiply by the common ratio r for each step after the first term.
Sₙ = a₁(1 − rn) / (1 − r)
This form applies when r ≠ 1. If r = 1, then Sn = na1.
Subtract each term from the next. If the difference stays constant, the sequence is arithmetic. For 5, 8, 11, 14, the common difference is 3.
Divide each nonzero term by the previous term. If the ratio stays constant, the sequence is geometric. For 2, 6, 18, 54, the common ratio is 3.
A negative difference usually produces a decreasing arithmetic sequence. A negative ratio makes a geometric sequence alternate signs.
A sequence is an ordered list of terms. A series is the sum of those terms. This calculator gives both an and the finite sum Sn.
The calculator uses standard real-number formulas and browser floating-point arithmetic, displaying up to 12 significant digits. For a positive geometric ratio extremely close to 1, it uses logarithmic functions designed to reduce cancellation in the finite-sum calculation.
Inputs are limited to finite values with absolute value at most 10100 and n from 1 to 100,000. If a requested term or sum exceeds the browser’s finite numeric range, the calculator reports an error. At most 50 terms are displayed to keep the page responsive; the requested nth term and sum still use the full value of n. Last reviewed: 4 August 2026.
An arithmetic sequence adds the same difference each time. A geometric sequence multiplies by the same ratio each time.
Use aₙ = a₁ + (n − 1)d, where a1 is the first term, d is the common difference, and n is the term position.
Use aₙ = a₁r^(n−1), where r is the common ratio. The exponent counts how many times the first term is multiplied by r.
For an arithmetic sequence, use Sₙ = n(a₁ + aₙ)/2. For a geometric sequence with r ≠ 1, use Sₙ = a₁(1 − rⁿ)/(1 − r). When r = 1, every term equals the first term, so Sₙ = na₁.
Yes. A difference of zero makes a constant arithmetic sequence. A ratio of zero makes all geometric terms after the first zero. A negative ratio alternates signs.
The display is capped so very large requests do not freeze the page or create an unwieldy result. The calculator still computes the requested nth term and sum for the full value of n.