Find the next terms and sum of arithmetic and geometric sequences from any starting values.
Reviewed by the CalculatorKosh Editorial TeamUpdated June 2026Free ยท No sign-up
Number Sequence Calculator
Find the next terms and sum of arithmetic and geometric sequences from any starting values.
All Terms
How It Works
A number sequence is an ordered list of numbers that follow a fixed rule, where each value is called a term. This calculator generates the full list of terms, finds any specific term without listing the rest, and computes the running total (sum) for the two most important families of sequences: arithmetic and geometric. It is built for school and college students studying progressions, for teachers preparing examples, and for anyone who needs a quick, accurate answer to a sequence problem โ from competitive-exam preparation to everyday financial reasoning.
Sequences appear far beyond the classroom. Arithmetic progressions model anything that grows by a fixed step โ a recurring deposit of the same amount each month, a salary that rises by a flat increment, or seats arranged row by row in an auditorium. Geometric progressions model anything that grows or shrinks by a fixed percentage โ compound interest, population growth, and depreciation of a vehicle. Recognising which type you are dealing with is the first and most important step.
Arithmetic Sequences
In an arithmetic sequence each term is obtained by adding a constant called the common difference (d) to the previous term. The difference between any two consecutive terms is always the same. The nth term is found with aโ = aโ + (nโ1)รd, where aโ is the first term. The sum of the first n terms is Sโ = n/2 ร (2aโ + (nโ1)d), which is equivalent to Sโ = n/2 ร (aโ + aโ) โ half the count multiplied by the sum of the first and last terms. Example: 2, 5, 8, 11, 14โฆ has aโ = 2 and d = 3.
Geometric Sequences
In a geometric sequence each term is obtained by multiplying the previous term by a constant called the common ratio (r). The nth term is aโ = aโ ร r^(nโ1), and the sum of the first n terms is Sโ = aโ(1โrโฟ)/(1โr) for any r โ 1 (when r = 1 every term is equal, so Sโ = aโ ร n). Example: 3, 6, 12, 24, 48โฆ has aโ = 3 and r = 2. Because each step multiplies, geometric sequences grow (or decay) far faster than arithmetic ones โ this is exactly why compound interest outpaces simple interest over time.
Worked example
Suppose an employee starts on a monthly salary of โน30,000 and receives a flat raise of โน2,500 every month (an arithmetic sequence with aโ = 30,000 and d = 2,500). The salary in the 12th month is aโโ = 30,000 + (12โ1)ร2,500 = 30,000 + 27,500 = โน57,500. The total earned over the 12 months is Sโโ = 12/2 ร (30,000 + 57,500) = 6 ร 87,500 = โน5,25,000. With this calculator you simply enter the first term, the common difference, and 12 terms to read off both results instantly, along with every intermediate month.
Tips for using this calculator
Switch between the Arithmetic and Geometric tabs to match your problem. Enter the first term exactly as given โ if a question numbers terms from zero, shift it so your first listed value is term 1. For a decreasing arithmetic sequence, use a negative common difference. For a shrinking geometric sequence (such as depreciation), use a ratio between 0 and 1, like 0.9 for a 10% yearly fall. The tool caps output at 50 terms, which keeps the page fast and covers almost every textbook problem.
Common mistakes to avoid
The most frequent error is using n instead of nโ1 in the nth-term formula โ remember the first term already "uses up" one step, so the 10th term involves only 9 differences. A second mistake is confusing the two families: if you find a constant difference the sequence is arithmetic, but if you find a constant ratio it is geometric. Finally, the geometric sum formula divides by (1โr), so it is undefined at r = 1; in that special case simply multiply the first term by the number of terms.
Frequently Asked Questions
In an arithmetic sequence, you add the same number each time (common difference). In a geometric sequence, you multiply by the same number each time (common ratio). Arithmetic: 1, 4, 7, 10 (add 3). Geometric: 2, 6, 18, 54 (multiply by 3). Geometric sequences grow exponentially, while arithmetic grow linearly.
Part of Algebra & Numbers Calculators โ compare every related calculator in one place.