
Arithmetic and Geometric Sequence Calculator
Use our free arithmetic and geometric sequence calculator to instantly find the nth term, calculate the sum of a series, and solve Fibonacci progressions.
| Result | |
|---|---|
| Sequence | 2, 7, 12, 17, 22, 27, 32, 37, 42... |
| nᵗʰ value | 97 |
| Sum of all numbers | 990 |
There was an error with your calculation.
Last updated: June 26, 2026
Table of Contents
- Directions for Use
- Mathematical Definitions & Key Concepts
- Real-Life Application of Number Sequences
Our comprehensive number sequence calculator features dedicated tools for arithmetic, geometric, and Fibonacci sequences. Whether you need to find the nᵗʰ term of a sequence or calculate the total sum of a specific range, this versatile sequence solver delivers instant, accurate results for all your mathematical needs.
Directions for Use
Arithmetic sequence calculator
Easily find the nᵗʰ term of an arithmetic progression. Simply enter the first number of the sequence and the common difference (typically denoted as f). Next, input your desired value for n. For example, to find the twentieth term, enter n = 20. The calculator will instantly display the 20ᵗʰ value, along with the sum of all terms up to (and including) that term.
Geometric sequence calculator
Use our geometric sequence calculator to quickly determine the nᵗʰ term of any geometric progression. Input the first number of the sequence, the common ratio (usually denoted as r), and the value of n. Click "Calculate" to reveal the exact value of the nᵗʰ term and the total sum of all numbers up to (and including) that step in the sequence.
Fibonacci sequence calculator
Discover any number in the famous Fibonacci sequence with ease. Just enter the value of n and hit "Calculate." The tool will instantly generate the nᵗʰ term of the Fibonacci sequence and provide the cumulative sum of all numbers up to (and including) that specific value.
Mathematical Definitions & Key Concepts
Mathematical sequences
In mathematics, a number sequence is defined as an ordered list of numbers. "Ordered" means that every number occupies a specific, fixed position. Sequences are typically denoted as a list of numbers separated by commas and enclosed in curly brackets. For instance, {1, 3, 5, 7, 9} or {0, 1, 0, 1, 0, 1, …}.
Each term in a sequence is represented as aₙ, where n indicates the position of that term. For example, in the sequence {1, 3, 5, 7, 9}, a₁ = 1, a₂ = 3, and so forth. Most number sequences follow a specific rule that allows you to calculate any given term. The three most commonly used types are arithmetic, geometric, and Fibonacci sequences.
Arithmetic sequence
In an arithmetic sequence, the difference between any two consecutive terms remains constant. If we represent this constant common difference as f, the equation aₙ₊₁ – aₙ = f holds true for any n. Generally, an arithmetic sequence is written as:
{a₁, a₁ + f, a₁ + 2f, a₁ + 3f, …}
The two defining elements of any arithmetic sequence are the first term (a₁) and the constant common difference (f). Once these values are known, we can establish the general rule for the sequence:
aₙ = a₁ + f × (n-1)
For example, let's find the 9ᵗʰ term of an arithmetic sequence where a₁ = 2 and f = 1.2. We are looking for the 9ᵗʰ term, so n = 9. Applying the arithmetic sequence formula, we get:
a₉ = 2 + 1.2 × (9-1) = 2 + 1.2 × 8 = 2 + 9.6 = 11.6
Geometric sequence
In a geometric sequence, each successive term is generated by multiplying the previous term by a non-zero constant. This constant is known as the common ratio, usually denoted as r. The core formula is aₙ₊₁ = aₙ × r. A geometric sequence follows this general structure:
{a₁, a₁ × r, a₁ × r², a₁ × r³, …}
By knowing the first term and the common ratio, you can find any term using this geometric sequence rule:
aₙ = a₁ × rⁿ⁻¹
For example, let's find the 5ᵗʰ term of a geometric sequence where a₁ = 6 and r = 2. Since we need the 5ᵗʰ term, n = 5.
a₅ = a₁ × r⁵⁻¹ = 6 × 2⁴ = 6 × 16 = 96
Fibonacci sequence
The Fibonacci sequence is a famous mathematical progression that looks like this:
{0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, …}
In this unique sequence, each term is calculated as the sum of the two preceding terms:
aₙ = aₙ₋₁ + aₙ₋₂
The first two terms of a Fibonacci sequence are traditionally defined as 0 and 1.
Unlike most standard sequences, the Fibonacci sequence operates on a zero-based index, meaning it starts with a₀ rather than a₁! Therefore, a₀ = 0, a₁ = 1, a₂ = 1, a₃ = 2, and so on.
The Golden Ratio
The Fibonacci sequence boasts many fascinating properties, the most famous being its connection to the golden ratio. This property dictates that the ratio of any two consecutive numbers in the sequence (starting from a₃ and a₄) closely approximates the golden ratio, which is roughly estimated as 1.618034 and denoted by the Greek letter ϕ (phi). As you calculate larger terms in the sequence, their ratio converges closer to the exact golden ratio. For example:
a₄ / a₃ = 1.5
a₅ / a₄ = 1.67
a₆ / a₅ = 1.6
and so on.
The golden ratio can also be utilized to calculate specific terms of the Fibonacci sequence using Binet's formula:
$$a_n=\frac{\varphi^n-(1-\varphi)^n}{\sqrt{5}}$$
The more precise the value of the golden ratio you apply, the closer your calculated result for aₙ will be to the actual corresponding integer in the Fibonacci sequence.
Real-Life Application of Number Sequences
Let's explore a practical, real-life example of how an arithmetic sequence can be applied. Imagine you are organizing a large holiday dinner at a local restaurant. The restaurant features small square tables, each designed to seat exactly four people.
If you push two tables together, you can seat 6 people. Three tables pushed together will seat 8 people, and this pattern continues. The restaurant has a total of 15 tables available, and you are hosting a large party of 40 guests. Will there be enough space to seat everyone together at one massive, connected table?
Solution
This scenario represents an arithmetic sequence with a common difference of f = 2. The sequence begins as follows: a₁ = 4, a₂ = 6, a₃ = 8, …
Since the restaurant only has 15 tables, the final term in our sequence will be a₁₅. To solve the problem, we must calculate the value of a₁₅ and compare it to your party size of 40. By applying the arithmetic sequence formula, we get:
a₁₅ = a₁ + f × (15-1) = 4 + 2 × 14 = 4 + 28 = 32
Answer
Pushing all 15 tables together will provide a maximum of 32 seats. Therefore, there will not be enough room to seat all 40 guests at a single joint table.


