Explicit Formula of a Sequence — Definition & Examples
Explicit Formula of a Sequence
A formula that allows direct computation of any term for a sequence a1, a2, a3, . . . , an, . . . .

See also
Key Formula
an=f(n)
Where:
- an = The value of the nth term in the sequence
- n = The position (index) of the term, usually starting at n = 1
- f(n) = A function of n that directly produces the term value
Worked Example
Problem: Find the 20th term of the arithmetic sequence 5, 8, 11, 14, ... using an explicit formula.
Step 1: Identify the first term and the common difference. The first term is a1=5 and the common difference is d=8−5=3.
a1=5,d=3
Step 2: Write the explicit formula for an arithmetic sequence.
an=a1+(n−1)d
Step 3: Substitute the known values into the formula.
an=5+(n−1)(3)=5+3n−3=3n+2
Step 4: Plug in n=20 to find the 20th term.
a20=3(20)+2=60+2=62
Answer: The 20th term of the sequence is 62.
Another Example
This example uses a geometric sequence instead of an arithmetic one, showing that explicit formulas take different forms depending on the type of sequence. Here the formula involves an exponent rather than a linear expression.
Problem: Find the 8th term of the geometric sequence 3, 6, 12, 24, ... using an explicit formula.
Step 1: Identify the first term and the common ratio. The first term is a1=3 and the common ratio is r=6/3=2.
a1=3,r=2
Step 2: Write the explicit formula for a geometric sequence.
an=a1⋅rn−1
Step 3: Substitute the known values into the formula.
an=3⋅2n−1
Step 4: Plug in n=8 to find the 8th term.
a8=3⋅27=3⋅128=384
Answer: The 8th term of the sequence is 384.
Frequently Asked Questions
What is the difference between an explicit formula and a recursive formula?
An explicit formula computes any term directly from its position number n, so you can jump straight to, say, the 500th term. A recursive formula defines each term based on one or more previous terms (e.g., an=an−1+3), which means you must calculate every term before the one you want. Both describe the same sequence, but the explicit formula is generally faster for finding terms far along in the sequence.
How do you find the explicit formula of a sequence?
First, determine what type of sequence you have. If the differences between consecutive terms are constant, it is arithmetic and the explicit formula is an=a1+(n−1)d. If the ratios between consecutive terms are constant, it is geometric and the formula is an=a1⋅rn−1. For other sequences, look for a pattern relating the term value to n, such as an=n2 or an=n1.
Can every sequence be written with an explicit formula?
Not always. Many common sequences (arithmetic, geometric, quadratic, etc.) have clean explicit formulas. However, some sequences defined by complex recursive rules or real-world processes may not have a simple closed-form explicit formula. In those cases, a recursive definition or a table of values may be the most practical way to describe the sequence.
Explicit Formula vs. Recursive Formula
| Explicit Formula | Recursive Formula | |
|---|---|---|
| Definition | Gives the nth term directly as a function of n | Defines each term using one or more previous terms |
| Example (arithmetic) | an=5+3(n−1) | a1=5,an=an−1+3 |
| Finding the 100th term | Substitute n = 100 directly — one calculation | Must compute all 99 preceding terms first |
| Ease of writing | May require more work to derive | Often easier to write from a pattern |
| Best used when | You need a specific term far into the sequence | You only need successive terms or the pattern is naturally recursive |
Why It Matters
Explicit formulas appear throughout algebra, precalculus, and standardized tests whenever you need to find a specific term of a sequence efficiently. They are essential for modeling real-world situations like compound interest (an=P(1+r)n), population growth, and payment schedules, where you need the value at a particular time without computing every intermediate step. Mastering explicit formulas also lays the groundwork for understanding functions, series, and mathematical modeling in higher courses.
Common Mistakes
Mistake: Using n instead of n−1 in the exponent or multiplier. For example, writing an=3⋅2n instead of an=3⋅2n−1 for the geometric sequence 3, 6, 12, ...
Correction: Always check your formula against the first term. When n=1, the formula should return a1. In a geometric sequence starting at a1, the exponent is n−1 because the first term has zero multiplications by r.
Mistake: Confusing the index n with the term value an. Students sometimes substitute the term value where n belongs.
Correction: Remember that n is the position number (1st, 2nd, 3rd, ...) and an is the output value at that position. When asked 'what position has value 62?', set an=62 and solve for n, not the other way around.
Related Terms
- Recursive Formula — Defines terms using previous terms, contrasts with explicit
- Sequence — The ordered list of numbers described by the formula
- Arithmetic Sequence — Sequence with constant difference; explicit form is linear
- Geometric Sequence — Sequence with constant ratio; explicit form is exponential
- Formula — General term for a mathematical rule or equation
- Term — Each individual value in a sequence
- Common Difference — The constant d used in arithmetic explicit formulas
- Common Ratio — The constant r used in geometric explicit formulas
