Toolbly

Arithmetic Sequence Calculator

Calculate arithmetic sequences instantly. Find nth term, sum, and generate full sequences. Free calculator with formulas and examples.

Enter Sequence Parameters

How to Use the Arithmetic Sequence Calculator

Enter the first term of your sequence. This is the starting number.

Enter the common difference. This is the constant amount added to each term.

Enter the number of terms you want to calculate. This tells the tool how many values to generate.

Click Calculate. Your results appear instantly with the nth term, sum of all terms, and the complete sequence list.

What is an Arithmetic Sequence

An arithmetic sequence is a list of numbers where each term increases by the same fixed amount. This fixed amount is the common difference. If the common difference is positive, the sequence grows. If negative, the sequence decreases.

Example: 3, 7, 11, 15, 19

In this sequence, the first term is 3. The common difference is 4. Each number is 4 more than the previous number.

An arithmetic sequence follows a clear pattern. The pattern makes it easy to predict future terms without listing every value.

Arithmetic Sequence Formula

The formula for the nth term of an arithmetic sequence is:

aₙ = a₁ + (n - 1)d

Where:

  • aₙ is the nth term you want to find
  • a₁ is the first term of the sequence
  • n is the position of the term in the sequence
  • d is the common difference

This formula lets you jump directly to any term in the sequence. You do not need to calculate all the terms before it.

Explicit Formula for Arithmetic Sequence

The explicit formula for an arithmetic sequence is the same as the nth term formula. It is called explicit because it gives you the value of any term directly based on its position.

Explicit formula: aₙ = a₁ + (n - 1)d

This differs from a recursive formula. A recursive formula defines each term based on the previous term. The explicit formula is faster for finding distant terms.

Example using the explicit formula:

Find the 50th term of the sequence 5, 9, 13, 17...

a₁ = 5 (first term)

d = 4 (common difference)

n = 50 (term position)

a₅₀ = 5 + (50 - 1) × 4

a₅₀ = 5 + 49 × 4

a₅₀ = 5 + 196

a₅₀ = 201

The 50th term is 201.

Sum of Arithmetic Sequence Formula

The formula for the sum of the first n terms is:

Sₙ = (n/2) × [2a₁ + (n - 1)d]

Alternative form using the nth term:

Sₙ = (n/2) × (a₁ + aₙ)

Where:

  • Sₙ is the sum of the first n terms
  • n is the number of terms to add
  • a₁ is the first term
  • d is the common difference
  • aₙ is the nth term

The sum formula saves time. Instead of adding each term individually, you get the total in one calculation.

Example:

Find the sum of the first 20 terms of 3, 7, 11, 15...

a₁ = 3, d = 4, n = 20

S₂₀ = (20/2) × [2(3) + (20 - 1) × 4]

S₂₀ = 10 × [6 + 76]

S₂₀ = 10 × 82

S₂₀ = 820

The sum of the first 20 terms is 820.

How to Find the Nth Term of an Arithmetic Sequence

Step 1: Identify the first term (a₁)

Look at the starting number in your sequence.

Step 2: Calculate the common difference (d)

Subtract the first term from the second term. The result is your common difference.

Step 3: Determine which term you need (n)

Decide which position you want to find.

Step 4: Apply the formula

aₙ = a₁ + (n - 1)d

Step 5: Solve

Calculate the result.

Example:

Find the 15th term of 8, 12, 16, 20...

a₁ = 8, d = 12 - 8 = 4, n = 15

a₁₅ = 8 + (15 - 1) × 4

a₁₅ = 8 + 14 × 4

a₁₅ = 8 + 56

a₁₅ = 64

The 15th term is 64.

How to Solve Arithmetic Sequence Problems

Solving arithmetic sequence problems requires identifying the given values and selecting the right formula.

For finding a specific term:

Use: aₙ = a₁ + (n - 1)d

For finding the sum of terms:

Use: Sₙ = (n/2) × [2a₁ + (n - 1)d]

For finding the common difference:

Rearrange: d = (aₙ - a₁) / (n - 1)

For finding the number of terms:

Rearrange: n = [(aₙ - a₁) / d] + 1

Common problem types:

  • Missing term problems: You know some terms and need to find others.
  • Sum problems: You need the total of a certain number of terms.
  • Position problems: You know a term value and need to find its position.
  • Pattern recognition: You identify whether a sequence is arithmetic.

What Does Arithmetic Mean

Arithmetic refers to the branch of mathematics dealing with numbers and basic operations. These operations include addition, subtraction, multiplication, and division.

In the context of sequences, arithmetic describes a pattern where you add or subtract the same value repeatedly. The word comes from the Greek arithmos, meaning number.

An arithmetic sequence uses addition as its core operation. Each term is the previous term plus the common difference.

This differs from a geometric sequence, where you multiply by a constant ratio instead of adding a constant difference.

Arithmetic Sequence vs Geometric Sequence

Arithmetic sequences add a constant difference.

Geometric sequences multiply by a constant ratio.

Examples:

Arithmetic: 2, 5, 8, 11, 14 (add 3 each time)

Geometric: 2, 6, 18, 54, 162 (multiply by 3 each time)

Arithmetic sequences grow linearly. The increase is steady and predictable.

Geometric sequences grow exponentially. The increase accelerates with each term.

Use arithmetic sequences for linear growth patterns like savings with fixed deposits.

Use geometric sequences for exponential growth patterns like compound interest.

Real World Applications of Arithmetic Sequences

Savings Plans

If you save $100 each month, your total savings form an arithmetic sequence. After 12 months, you will have saved $1,200.

Seating Arrangements

Theater rows often follow arithmetic sequences. The first row has 20 seats, the second has 24, the third has 28. Each row adds 4 more seats.

Financial Planning

Annual salary increases with fixed raises follow arithmetic sequences. A starting salary of $40,000 with $2,000 annual raises creates the sequence: 40000, 42000, 44000, 46000.

Construction Projects

Stacking materials in rows where each row has a consistent increase. The first row has 5 bricks, the second has 8, the third has 11.

Fitness Goals

Progressive training plans where you add the same number of reps each week. Week 1: 10 push-ups, Week 2: 15 push-ups, Week 3: 20 push-ups.

Worked Examples

Example 1: Finding the 30th Term

Sequence: 7, 11, 15, 19...

Given: a₁ = 7, d = 4, n = 30

Solution: a₃₀ = 7 + (30 - 1) × 4

a₃₀ = 7 + 29 × 4

a₃₀ = 7 + 116

a₃₀ = 123

Answer: The 30th term is 123.

Example 2: Finding the Sum of 25 Terms

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

Given: a₁ = 5, d = 4, n = 25

Solution: S₂₅ = (25/2) × [2(5) + (25 - 1) × 4]

S₂₅ = 12.5 × [10 + 96]

S₂₅ = 12.5 × 106

S₂₅ = 1325

Answer: The sum of the first 25 terms is 1325.

Example 3: Finding the Common Difference

Given: a₁ = 12, a₁₀ = 48

Solution: d = (a₁₀ - a₁) / (10 - 1)

d = (48 - 12) / 9

d = 36 / 9

d = 4

Answer: The common difference is 4.

Example 4: Finding the Number of Terms

Given: a₁ = 3, d = 5, aₙ = 98

Solution: 98 = 3 + (n - 1) × 5

95 = (n - 1) × 5

19 = n - 1

n = 20

Answer: There are 20 terms in this sequence.

Frequently Asked Questions

Common Mistakes to Avoid

Forgetting to subtract 1 from n:

The formula is (n - 1)d, not nd. This is the most frequent error in calculations.

Confusing arithmetic with geometric:

Make sure you are adding a difference, not multiplying by a ratio.

Using the wrong formula:

Use the nth term formula for finding individual terms. Use the sum formula for totals. Do not mix them up.

Miscalculating the common difference:

Always subtract in the same direction. Subtract the earlier term from the later term, not the reverse.

Assuming a sequence is arithmetic without checking:

Verify that differences between consecutive terms are constant. Three terms are needed to confirm.

Why Choose This Arithmetic Sequence Calculator

Instant Results: You get your answers in seconds. No manual calculations needed.

Multiple Outputs: The tool provides the nth term, sum, and full sequence list in one calculation.

Error-Free Accuracy: The calculator eliminates human calculation errors. Your results are always mathematically correct.

Step-by-Step Learning: The formulas and examples on this page help you understand the process. You learn while you calculate.

Free and Accessible: No registration required. No cost. Use it as many times as you need.

Start calculating now. Enter your first term, common difference, and number of terms above. Get instant, accurate results for your arithmetic sequence problems.

Related Math Tools