Sequence Calculator
Find the nth term and partial sum of an arithmetic or geometric sequence.
Work with either type of sequence: arithmetic (constant difference) or geometric (constant ratio).
The math behind it
Arithmetic: nth term a + (n−1)d, sum n/2·(first + last). Geometric: nth term a·rⁿ⁻¹, sum a(rⁿ − 1)/(r − 1).
Worked example
Arithmetic 2, d = 3, n = 6 → term 17, sum 57.
FAQ
When does a geometric sum converge?
An infinite geometric series converges only when |r| < 1.