Arithmetic sequence growth
An arithmetic sequence adds the same amount each step, which makes it useful for linear growth patterns.
a1 = 3, d = 4, n = 5
Sequence: 3, 7, 11, 15, 19; Sum = 55
Use this number sequence calculator to generate arithmetic, geometric, and Fibonacci sequences. Get step-by-step solutions and sequence sums instantly.
Select the type of sequence, enter the required parameters, and click Calculate to generate the sequence and its sum.
A number sequence is an ordered list of numbers that follow a specific pattern or rule. Each number in the sequence is called a term. Sequences can be finite (with a limited number of terms) or infinite (continuing without end).
Common types of sequences include arithmetic sequences (where the difference between consecutive terms is constant), geometric sequences (where the ratio between consecutive terms is constant), and Fibonacci sequences (where each term is the sum of the two preceding terms).
Here are the key formulas for different types of sequences:
An arithmetic sequence has a constant difference between consecutive terms:
The sum of the first n terms of an arithmetic sequence is:
A geometric sequence has a constant ratio between consecutive terms:
The sum of the first n terms of a geometric sequence is:
In a Fibonacci sequence, each term is the sum of the two preceding terms:
Used in number theory, calculus, and mathematical modeling. Sequences form the foundation for series, which are essential in advanced mathematics.
Applied in wave theory, quantum mechanics, and describing natural phenomena like planetary orbits and oscillations.
Used in compound interest calculations, loan amortization, and financial forecasting models.
Essential in algorithm analysis, data structures, and recursive functions. The Fibonacci sequence is particularly important in computer programming.
Use arithmetic sequences for constant differences, geometric sequences for constant ratios, and Fibonacci mode when each term depends on the two previous values.
An arithmetic sequence adds the same amount each step, which makes it useful for linear growth patterns.
a1 = 3, d = 4, n = 5
Sequence: 3, 7, 11, 15, 19; Sum = 55
A geometric sequence multiplies by the same ratio each time and is often used for compounding behavior.
a1 = 2, r = 3, n = 4
Sequence: 2, 6, 18, 54; Sum = 80
Changing the starting values creates a Fibonacci-style sequence with the same recursive rule but different early terms.
F1 = 1, F2 = 2, n = 6
Sequence: 1, 2, 3, 5, 8, 13; Sum = 32
Arithmetic sequences increase or decrease by a fixed difference, while geometric sequences grow or shrink by multiplying with a fixed ratio.
A zero ratio would collapse every term after the first to zero, which is not handled as a valid geometric setup in this calculator.
Yes. This calculator lets you provide custom first and second terms, then continues the sequence by adding the two previous terms.
The 100-term limit keeps calculations readable and prevents very large outputs from becoming difficult to review on the page.