CalculatorExpert.online
Number Sequence Calculator
๐
Dark Mode
Find the nth term and running sum for an arithmetic or geometric sequence.
| First 10 Terms | 3, 8, 13... |
| nth Term | 48 |
| Sum of First n Terms | 255 |
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)