Home Math Finance Health All Tools Sign In

Number Sequence Calculator

๐ŸŒ™ Dark Mode

Find the nth term and running sum for an arithmetic or geometric sequence.

nth Term 48
First 10 Terms3, 8, 13...
nth Term48
Sum of First n Terms255

Arithmetic Sequences

In an arithmetic sequence, every term is found by adding the same fixed amount (the common difference, d) to the term before it. The nth term and the sum of the first n terms both have direct formulas so you don't need to add every term one by one.

an = aโ‚ + (n โˆ’ 1)d
Sn = n/2 ร— (2aโ‚ + (n โˆ’ 1)d)

Geometric Sequences

In a geometric sequence, every term is found by multiplying the term before it by the same fixed ratio (r). These sequences grow (or shrink) much faster than arithmetic ones once r moves away from 1.

an = aโ‚ ร— r(nโˆ’1)
Sn = aโ‚ ร— (1 โˆ’ rn) รท (1 โˆ’ r)  (r โ‰  1)