Arithmetic Sequence Equations- Formulas and Examples

What Is an Arithmetic Sequence?

An arithmetic sequence is a list of numbers where the difference between consecutive terms stays the same. That's it. No tricks, no curves—just a constant gap.

You start with a first term, add a fixed amount each time, and you get the next number. The fixed amount is called the common difference.

Example: 3, 7, 11, 15, 19...

The gap here is always 4. That's your common difference.

The Core Formulas You Need

Finding Any Term (Explicit Formula)

The formula for the nth term of an arithmetic sequence:

an = a1 + (n - 1)d

Where:

Finding the Sum of Terms

When you need to add up the first n terms:

Sn = n/2 × (a1 + an)

This is the first formula students learn. But there's a version that doesn't require you to find an first:

Sn = n/2 × [2a1 + (n - 1)d]

Use whichever is faster for your problem.

Real Examples That Actually Make Sense

Example 1: Finding the 50th Term

Sequence: 5, 9, 13, 17...

Step 1: Identify a1 = 5

Step 2: Find d = 9 - 5 = 4

Step 3: Plug into an = a1 + (n - 1)d

a50 = 5 + (50 - 1) × 4

a50 = 5 + 49 × 4

a50 = 5 + 196

a50 = 201

Example 2: Finding the Sum of First 30 Terms

Sequence: 2, 5, 8, 11... (a1 = 2, d = 3)

Use Sn = n/2 × [2a1 + (n - 1)d]

S30 = 30/2 × [2(2) + (30 - 1) × 3]

S30 = 15 × [4 + 29 × 3]

S30 = 15 × [4 + 87]

S30 = 15 × 91

S30 = 1,365

Example 3: Identifying the Formula From a Sequence

Given: 10, 7, 4, 1, -2...

a1 = 10

d = 7 - 10 = -3

The explicit formula: an = 10 + (n - 1)(-3)

Simplified: an = 13 - 3n

Negative differences happen. Sequences can go down.

Quick Reference Table

What You Know Formula to Use
First term, position n, common difference an = a1 + (n - 1)d
First term, last term, number of terms Sn = n/2 × (a1 + an)
First term, common difference, number of terms Sn = n/2 × [2a1 + (n - 1)d]
Two terms and the gap between them d = (am - an) / (m - n)

How To Actually Use These Formulas

Step 1: Extract what you know from the problem.

Read once. Find a1 and d. If you're not given them directly, calculate them from the first two terms.

Step 2: Decide what you need.

Are you finding a single term or summing multiple terms? Pick the right formula and stop second-guessing.

Step 3: Plug in the numbers.

Substitute carefully. This is where people lose points—transposing digits, using wrong values for n, mixing up formulas.

Step 4: Solve and check.

Verify your answer makes sense. If you found a100 and it's smaller than a50 with a positive d, something's wrong.

Common Mistakes That Cost You Points

Practice Problems

1. Find the 25th term of: 8, 14, 20, 26...

2. What is the sum of the first 40 terms of: 3, 7, 11, 15...

3. A sequence starts at 100 and decreases by 5 each term. What is the 15th term?

4. Find the sum of the first 20 terms of: 12, 9, 6, 3...

Answers

1. a1 = 8, d = 6 → a25 = 8 + 24(6) = 152

2. a1 = 3, d = 4, n = 40 → S40 = 40/2 × [2(3) + 39(4)] = 20 × 162 = 3,240

3. a1 = 100, d = -5 → a15 = 100 + 14(-5) = 30

4. a1 = 12, d = -3, n = 20 → S20 = 20/2 × [2(12) + 19(-3)] = 10 × (24 - 57) = 10 × (-33) = -330

When You'll Actually Use This

Arithmetic sequences show up in loan payments (fixed amounts each month), stadium seating (consistent row increases), salary steps (annual raises of set amounts), and scheduling problems.

You're not going to need this every day. But when a problem asks for it, knowing the two core formulas cold will save you time and prevent stupid mistakes.