Achievable logoAchievable logo
AMC
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Algebra
2. Geometry
3. Number theory
4. Counting and probability
5. Intermediate topics (AMC 10/12)
5.1 Polynomials
5.2 Sequences and series
5.3 Transformations and symmetry
6. Advanced topics (AMC 12)
7. General approaches
8. Practical strategies
Wrapping up
Achievable logoAchievable logo
5.2 Sequences and series
Achievable AMC
5. Intermediate topics (AMC 10/12)

Sequences and series

5 min read
Font
Discuss
Share
Feedback

This chapter only applies to AMC 10/12 test takers.

A sequence is an ordered list of numbers that follows a pattern. A term is a specific number in that list.

When you add the terms of a sequence, you get a series. Many AMC problems focus on two common types of sequences - arithmetic and geometric - and on summing their terms.

Arithmetic sequences

a1​=a

a2​=a+c

a3​=a+2c

a4​=a+3c

…

an​=an−1​+c

OR

an​=a1​+(n−1)c

An arithmetic sequence is a sequence where each term is found by adding the same constant to the previous term. This constant is called the common difference (often written as c). The common difference can be positive or negative.

  • Example with common difference 3: 1,4,7,10,13
  • Example with common difference −3: 13,10,7,4,1

You can think of the common difference as the difference between consecutive terms.

Mean and sum of an arithmetic sequence

Because the terms are equally spaced, the average (arithmetic mean) of the terms is the average of the first and last terms.

To find the sum of the terms, multiply:

  • (average of the terms) × (number of terms)

Finding a specific term

To find a particular term an​, you can use either of the formulas shown in the block above.

Example: The question below is from 2002 AMC 10B

Suppose that{an​} is an arithmetic sequence with

a1​+a2​+⋯+a100​=100 and a101​+a102​+⋯+a200​=200.

What is the value of a2​−a1​? A. 0.0001
B. 0.001
C. 0.01
D. 0.1
E. 1

(spoiler)

Answer: C. 0.01

The sum of the first 100 terms is 100, so the average of those 100 equally spaced terms is 100/100=1. In an arithmetic sequence, the average of a block of equally spaced terms is also the value of the middle (median) term(s), so the “center” of terms a1​ through a100​ is at 1.

The sum of terms a101​ through a200​ is 200, so the average of those 100 terms is 200/100=2. The center of that block is at 2.

The centers of these two blocks are 1 apart (from 1 to 2). Moving from the center of the first block to the center of the second block advances by 100 terms, so the common difference is

  • 1/100=0.01

Since a2​−a1​ is exactly the common difference, a2​−a1​=0.01.

Geometric sequences

a1​=a

a2​=ar

a3​=ar2

…

an​=an−1​(r)

OR

an​=arn−1

A geometric sequence is similar to an arithmetic sequence, but instead of adding a constant, you multiply by a constant ratio r to get the next term.

  • If a1​=1 and r=3, the sequence begins 1,3,9,27,…
  • If r is negative, the signs alternate.

To find a specific term an​, you can use either of the formulas shown in the block above.

Example: The question below is from 2024 AMC 10A

The first three terms of a geometric sequence are the integers a,720, and b, where a<720<b. What is the sum of the digits of the least possible value of b?
A. 9
B. 12
C. 16
D. 18
E. 21

(spoiler)

Answer: E. 21

Let the common ratio be r. Then 720=ar and b=720r.

To make b as small as possible while keeping a and b integers with a<720<b, we want the smallest rational r>1 such that:

  • 720r is an integer, and
  • 720/r is an integer.

The smallest such ratio is 16/15.

b=720(16/15)=768

7+6+8=21

Series

A series is the sum of the terms in a sequence. Here is the summation notation commonly used for series.

Sn​=k=1∑n​ak​

The notation Sn​ means “the sum of the first n terms.” Here, ak​ is the value of the kth term.

Special series

Some summations come up so often that it helps to know their closed-form formulas.

Sum of squares

k=1∑n​k2=12+22+32+…+n2=6n(n+1)(2n+1)​

Sum of cubes

k=1∑n​k3=13+23+33+…+n3=(2n(n+1)​)2

Common themes

  • The sum of the first x odd numbers equals x2.
  • Make sure you are careful to recognize when a question asks for either an​ or Sn​. The first is simply the nth term, the second is the sum of the terms of the sequence up to the nth term.
  • Recognize when you can use telescoping to collapse and simplify a sum. In other words, be on the lookout for the opportunity to simplify sums by finding where terms cancel each other out.
  • You will oftentimes find trap answers if you miscount by one in the sequence. Also, be very careful not to multiply the ratio or add the difference in the very first term of the sequence. This will lead to an incorrect solution.

Sequences and Series Basics

  • Sequence: ordered list of numbers following a pattern
  • Term: specific number in the sequence
  • Series: sum of the terms of a sequence

Arithmetic Sequences

  • Each term = previous term + common difference c
    • an​=a1​+(n−1)c
  • Common difference can be positive or negative
  • Mean = average of first and last term
  • Sum: (mean) × (number of terms)

Geometric Sequences

  • Each term = previous term × common ratio r
    • an​=a1​rn−1
  • Ratio r can be positive or negative (sign alternates if negative)
  • Find terms using an​=a1​rn−1 or an​=an−1​r

Series and Summation Notation

  • Series: sum of sequence terms, denoted Sn​=∑k=1n​ak​
  • Sn​: sum of first n terms

Special Series Formulas

  • Sum of squares: ∑k=1n​k2=6n(n+1)(2n+1)​
  • Sum of cubes: ∑k=1n​k3=(2n(n+1)​)2
  • Sum of first x odd numbers: x2

Common Themes and Pitfalls

  • Distinguish between an​ (nth term) and Sn​ (sum of first n terms)
  • Look for telescoping opportunities to simplify sums
  • Avoid miscounting by one in sequence indices
  • Do not apply the common difference/ratio to the first term when using formulas

Sign up for free to take 6 quiz questions on this topic

Previous
Next  | 5.3 Transformations and symmetry
All rights reserved ©2016 - 2026 Achievable, Inc.

Sequences and series

This chapter only applies to AMC 10/12 test takers.

A sequence is an ordered list of numbers that follows a pattern. A term is a specific number in that list.

When you add the terms of a sequence, you get a series. Many AMC problems focus on two common types of sequences - arithmetic and geometric - and on summing their terms.

Arithmetic sequences

a1​=a

a2​=a+c

a3​=a+2c

a4​=a+3c

…

an​=an−1​+c

OR

an​=a1​+(n−1)c

An arithmetic sequence is a sequence where each term is found by adding the same constant to the previous term. This constant is called the common difference (often written as c). The common difference can be positive or negative.

  • Example with common difference 3: 1,4,7,10,13
  • Example with common difference −3: 13,10,7,4,1

You can think of the common difference as the difference between consecutive terms.

Mean and sum of an arithmetic sequence

Because the terms are equally spaced, the average (arithmetic mean) of the terms is the average of the first and last terms.

To find the sum of the terms, multiply:

  • (average of the terms) × (number of terms)

Finding a specific term

To find a particular term an​, you can use either of the formulas shown in the block above.

Example: The question below is from 2002 AMC 10B

Suppose that{an​} is an arithmetic sequence with

a1​+a2​+⋯+a100​=100 and a101​+a102​+⋯+a200​=200.

What is the value of a2​−a1​? A. 0.0001
B. 0.001
C. 0.01
D. 0.1
E. 1

(spoiler)

Answer: C. 0.01

The sum of the first 100 terms is 100, so the average of those 100 equally spaced terms is 100/100=1. In an arithmetic sequence, the average of a block of equally spaced terms is also the value of the middle (median) term(s), so the “center” of terms a1​ through a100​ is at 1.

The sum of terms a101​ through a200​ is 200, so the average of those 100 terms is 200/100=2. The center of that block is at 2.

The centers of these two blocks are 1 apart (from 1 to 2). Moving from the center of the first block to the center of the second block advances by 100 terms, so the common difference is

  • 1/100=0.01

Since a2​−a1​ is exactly the common difference, a2​−a1​=0.01.

Geometric sequences

a1​=a

a2​=ar

a3​=ar2

…

an​=an−1​(r)

OR

an​=arn−1

A geometric sequence is similar to an arithmetic sequence, but instead of adding a constant, you multiply by a constant ratio r to get the next term.

  • If a1​=1 and r=3, the sequence begins 1,3,9,27,…
  • If r is negative, the signs alternate.

To find a specific term an​, you can use either of the formulas shown in the block above.

Example: The question below is from 2024 AMC 10A

The first three terms of a geometric sequence are the integers a,720, and b, where a<720<b. What is the sum of the digits of the least possible value of b?
A. 9
B. 12
C. 16
D. 18
E. 21

(spoiler)

Answer: E. 21

Let the common ratio be r. Then 720=ar and b=720r.

To make b as small as possible while keeping a and b integers with a<720<b, we want the smallest rational r>1 such that:

  • 720r is an integer, and
  • 720/r is an integer.

The smallest such ratio is 16/15.

b=720(16/15)=768

7+6+8=21

Series

A series is the sum of the terms in a sequence. Here is the summation notation commonly used for series.

Sn​=k=1∑n​ak​

The notation Sn​ means “the sum of the first n terms.” Here, ak​ is the value of the kth term.

Special series

Some summations come up so often that it helps to know their closed-form formulas.

Sum of squares

k=1∑n​k2=12+22+32+…+n2=6n(n+1)(2n+1)​

Sum of cubes

k=1∑n​k3=13+23+33+…+n3=(2n(n+1)​)2

Common themes

  • The sum of the first x odd numbers equals x2.
  • Make sure you are careful to recognize when a question asks for either an​ or Sn​. The first is simply the nth term, the second is the sum of the terms of the sequence up to the nth term.
  • Recognize when you can use telescoping to collapse and simplify a sum. In other words, be on the lookout for the opportunity to simplify sums by finding where terms cancel each other out.
  • You will oftentimes find trap answers if you miscount by one in the sequence. Also, be very careful not to multiply the ratio or add the difference in the very first term of the sequence. This will lead to an incorrect solution.
Key points

Sequences and Series Basics

  • Sequence: ordered list of numbers following a pattern
  • Term: specific number in the sequence
  • Series: sum of the terms of a sequence

Arithmetic Sequences

  • Each term = previous term + common difference c
    • an​=a1​+(n−1)c
  • Common difference can be positive or negative
  • Mean = average of first and last term
  • Sum: (mean) × (number of terms)

Geometric Sequences

  • Each term = previous term × common ratio r
    • an​=a1​rn−1
  • Ratio r can be positive or negative (sign alternates if negative)
  • Find terms using an​=a1​rn−1 or an​=an−1​r

Series and Summation Notation

  • Series: sum of sequence terms, denoted Sn​=∑k=1n​ak​
  • Sn​: sum of first n terms

Special Series Formulas

  • Sum of squares: ∑k=1n​k2=6n(n+1)(2n+1)​
  • Sum of cubes: ∑k=1n​k3=(2n(n+1)​)2
  • Sum of first x odd numbers: x2

Common Themes and Pitfalls

  • Distinguish between an​ (nth term) and Sn​ (sum of first n terms)
  • Look for telescoping opportunities to simplify sums
  • Avoid miscounting by one in sequence indices
  • Do not apply the common difference/ratio to the first term when using formulas

More from Intermediate topics (AMC 10/12)

  • Polynomials
  • Transformations and symmetry