Arithmetic Sequence

Find the nth term in a sequence with constant differences between consecutive terms, or determine how many steps it takes to reach a specific value.

an=a1+(n1)da_n = a_1 + (n - 1)d

Solve a problem with Arithmetic Sequence

Type the problem. The solver will use Arithmetic Sequence where Arithmetic Sequence is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Arithmetic Sequence takes
ana_n
a1a_1
nn
dd
Arithmetic Sequence
SymbolMeaning
ana_nThe nth term of the sequence; the value at position nn that you are solving for. Confusing it with nn itself or with a1a_1 will give you the wrong answer.
a1a_1The first term in the sequence; the value where the sequence starts. If you use a different starting term, your position counting is off by one or more places.
nnThe position or index of the term you want, starting from 1 (so n=1n = 1 means the first term). Using n=0n = 0 or forgetting that you count from 1 will shift your final answer by dd.
ddThe common difference; the constant amount that each term increases (if d>0d > 0) or decreases (if d<0d < 0) from the previous term. The sign of dd is critical; a negative dd flips the entire sequence's direction.

When to use it

When you have a sequence with a constant difference between terms and need to find a specific term without listing them all.

Level

Usually taught in: Algebra II · Appears on: SAT, ACT

Worked examples

1. Find the 7th term of a sequence with small integers

Problem

Find the 7th term of the sequence 3, 7, 11, 15, ...
  1. a1=3,d=4a_1 = 3, \quad d = 4

    The first term is 3, and the common difference is 73=47 - 3 = 4.

  2. a7=3+(71)4a_7 = 3 + (7 - 1) \cdot 4

    Substitute into the formula an=a1+(n1)da_n = a_1 + (n-1)d with a1=3a_1 = 3, d=4d = 4, and n=7n = 7.

  3. a7=3+64a_7 = 3 + 6 \cdot 4

    Simplify 71=67 - 1 = 6.

  4. a7=3+24a_7 = 3 + 24

    Multiply 64=246 \cdot 4 = 24.

  5. a7=27a_7 = 27

    Add 3+24=273 + 24 = 27.

Answer: a7=27a_7 = 27

We used the arithmetic sequence formula to jump directly to the 7th term instead of writing out all seven numbers. Since the first term and common difference are known, substitution and arithmetic give us the answer.

2. Find a term in a decreasing sequence with fractions

Problem

An arithmetic sequence starts at 10 and decreases by 2.5 each term. What is the 5th term?
  1. a1=10,d=2.5a_1 = 10, \quad d = -2.5

    The first term is 10, and the common difference is negative because the sequence decreases: d=2.5d = -2.5.

  2. a5=10+(51)(2.5)a_5 = 10 + (5 - 1) \cdot (-2.5)

    Substitute into the formula with a1=10a_1 = 10, d=2.5d = -2.5, and n=5n = 5.

  3. a5=10+4(2.5)a_5 = 10 + 4 \cdot (-2.5)

    Simplify 51=45 - 1 = 4.

  4. a5=10+(10)a_5 = 10 + (-10)

    Multiply 4(2.5)=104 \cdot (-2.5) = -10.

  5. a5=0a_5 = 0

    Add 10+(10)=010 + (-10) = 0.

Answer: a5=0a_5 = 0

This problem requires handling a negative common difference and a fractional decrease. Students often drop the negative sign or miscalculate when dd is negative; the formula handles both naturally if you keep the sign.

3. Bake sale scenario — find daily brownie sales on day 6

Problem

A school bake sale sells 4 brownies on day 1. Each day they sell 3 more brownies than the previous day. How many brownies do they sell on day 6?
  1. a1=4,d=3,n=6a_1 = 4, \quad d = 3, \quad n = 6

    The first day (day 1) they sell 4 brownies, the common difference is 3 brownies per day, and we want the 6th day.

  2. a6=4+(61)3a_6 = 4 + (6 - 1) \cdot 3

    Use the formula an=a1+(n1)da_n = a_1 + (n-1)d with the values identified above.

  3. a6=4+53a_6 = 4 + 5 \cdot 3

    Simplify 61=56 - 1 = 5.

  4. a6=4+15a_6 = 4 + 15

    Multiply 53=155 \cdot 3 = 15.

  5. a6=19a_6 = 19

    Add 4+15=194 + 15 = 19.

Answer: a6=19 browniesa_6 = 19 \text{ brownies}

Word problems require translating English descriptions into the variables a1a_1, dd, and nn. Once you identify these, the formula yields the answer without manually listing all six days.

Common mistakes

Where Arithmetic Sequence usually goes wrong
Answer came out wrong
Writing an=a1+nda_n = a_1 + n \cdot d instead of an=a1+(n1)da_n = a_1 + (n-1)d, forgetting the (n1)(n-1).
Remember that the first term (at n=1n = 1) should equal a1a_1 plus zero multiples of dd. Since n=1n = 1 gives (11)d=0(1-1)d = 0, the formula an=a1+(n1)da_n = a_1 + (n-1)d is correct.
Confusing nn with the value of the term, writing an=na_n = n or a10=10a_{10} = 10 without using the formula.
Always substitute nn into the formula and compute; the term value depends on a1a_1 and dd, not on nn alone.
Using only one difference to determine dd; for example, computing a2a1a_2 - a_1 and assuming this is the common difference without checking a3a2a_3 - a_2.
Always compute at least two successive differences—a2a1a_2 - a_1 and a3a2a_3 - a_2—to confirm they are equal before trusting the arithmetic sequence formula.
The mistakeWhy it is wrongThe fix
Writing an=a1+nda_n = a_1 + n \cdot d instead of an=a1+(n1)da_n = a_1 + (n-1)d, forgetting the (n1)(n-1).This counts one extra multiple of dd, so every answer is off by exactly dd.Remember that the first term (at n=1n = 1) should equal a1a_1 plus zero multiples of dd. Since n=1n = 1 gives (11)d=0(1-1)d = 0, the formula an=a1+(n1)da_n = a_1 + (n-1)d is correct.
Confusing nn with the value of the term, writing an=na_n = n or a10=10a_{10} = 10 without using the formula.The index nn and the term value ana_n are different things; nn is just the position, not the value.Always substitute nn into the formula and compute; the term value depends on a1a_1 and dd, not on nn alone.
Using only one difference to determine dd; for example, computing a2a1a_2 - a_1 and assuming this is the common difference without checking a3a2a_3 - a_2.A sequence might have one pair with a certain difference but not be arithmetic; you must verify the pattern is consistent.Always compute at least two successive differences—a2a1a_2 - a_1 and a3a2a_3 - a_2—to confirm they are equal before trusting the arithmetic sequence formula.

Tips and when to use something else

  • Always compute at least two consecutive differences in a new sequence to verify it is arithmetic before applying this formula.
  • If you need the sum of the first nn terms (not just a single term), use the Arithmetic Series formula instead: Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n) or Sn=n2(2a1+(n1)d)S_n = \frac{n}{2}(2a_1 + (n-1)d).
  • For sequences where each term is a constant multiple of the previous term (not a constant sum), switch to the Geometric Sequence formula instead.
  • To find the position nn when you know the term value ana_n, rearrange: n=1+ana1dn = 1 + \frac{a_n - a_1}{d}.

Frequently asked questions

What is the difference between an arithmetic sequence and an arithmetic series?
A sequence is the ordered list of numbers themselves (e.g., 3, 7, 11, 15, ...), while a series is their sum (e.g., 3+7+11+15+3 + 7 + 11 + 15 + \ldots). Use the arithmetic sequence formula to find individual terms; use the arithmetic series formula to find a total.
Can the common difference be a fraction or a decimal?
Yes, absolutely. The value of dd can be any real number: 0.50.5, 1.3-1.3, 14\frac{1}{4}, etc. Substitute it into the formula exactly as you would an integer, and the formula works the same way.
How do I find which position nn a certain term is in?
Rearrange the formula: from an=a1+(n1)da_n = a_1 + (n-1)d, solve for nn to get n=1+ana1dn = 1 + \frac{a_n - a_1}{d}. Plug in the term value you are looking for, the first term, and the common difference.
Does the formula work for sequences that are decreasing or going backwards?
Yes, the formula handles decreasing sequences perfectly because dd is negative. For example, if the sequence is 20, 18, 16, 14, ..., then d=2d = -2, and the formula applies as usual.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18