ai math

AI Patterns and Sequences Worksheets for Grade 7

EduGenius Team··18 min read

Watch the EduGenius tutorials playlist

Feature walkthroughs, setup help, and practical learning workflows connected to this article.

Open Tutorials

AI Patterns and Sequences Worksheets for Grade 7

Quick answer: The most important Grade 7 sequence skill is finding the nth term formula — not just finding the next term. A student who can only extend a sequence by adding the common difference will fail when asked for the 50th term of a long arithmetic sequence. Effective sequence worksheets develop three skills in order: sequence type identification (arithmetic vs. geometric vs. other), nth term rule derivation, and rule application to find any specified term. The most common Grade 7 sequence error is applying the arithmetic nth term formula (a + (n-1)d) to a geometric sequence — which happens when students have not first learned to distinguish the two sequence types.

Every Grade 7 sequence unit eventually asks the same pivotal question: "What is the 100th term?" The students who struggle with this question — who begin adding the common difference 97 more times, or who attempt to list 100 terms — have missed the point of sequences. Sequences are not about finding the next term. They are about discovering a rule that describes every term, so that any term can be found without generating all the preceding ones.

This is the conceptual leap from "recognizing a pattern" (which students have done since KG) to "generalizing a pattern into an explicit rule" (which is the beginning of algebraic thinking). NCTM (2024) identifies pattern generalization as one of the strongest predictors of algebraic readiness — specifically, students who can express "the nth term of this sequence is ___" in Grade 7 show substantially better performance on Grade 8 linear function tasks than students who can only identify the common difference.

The worksheet types in this article are built around that central goal: getting students from "I can find the next term" to "I can find any term."

The Two Sequence Types Grade 7 Students Must Distinguish

Before any formula work, students must be able to classify a sequence as arithmetic, geometric, or neither. The classification determines which formula applies, and using the wrong formula produces wrong results for every term.

Arithmetic Sequences

An arithmetic sequence has a constant DIFFERENCE between consecutive terms. You get from one term to the next by adding (or subtracting) the same value every time.

  • 3, 7, 11, 15, 19, ... (common difference d = +4)
  • 20, 17, 14, 11, 8, ... (common difference d = −3)
  • 5, 5.5, 6, 6.5, 7, ... (common difference d = +0.5)

The nth term formula: a_n = a_1 + (n − 1) × d, where a_1 is the first term and d is the common difference.

For the sequence 3, 7, 11, 15, ...: a_n = 3 + (n − 1) × 4 = 3 + 4n − 4 = 4n − 1.

  • Term 1: 4(1) − 1 = 3 ✓
  • Term 10: 4(10) − 1 = 39
  • Term 100: 4(100) − 1 = 399

The simplified form of the arithmetic nth term formula is almost always a linear expression in n (like 4n − 1), which connects arithmetic sequences to linear functions — this connection is one of the most important conceptual bridges in Grade 7-8 mathematics.

Graphical property: When you plot (term number, term value) for an arithmetic sequence, the points lie on a straight line. The common difference is the slope of that line. This visual connection to linear functions should be made explicit in sequence instruction.

Geometric Sequences

A geometric sequence has a constant RATIO between consecutive terms. You get from one term to the next by multiplying (or dividing) by the same value every time.

  • 2, 6, 18, 54, 162, ... (common ratio r = 3)
  • 100, 50, 25, 12.5, ... (common ratio r = 0.5)
  • 1, −2, 4, −8, 16, ... (common ratio r = −2)

The nth term formula: a_n = a_1 × r^(n−1), where a_1 is the first term and r is the common ratio.

For the sequence 2, 6, 18, 54, ...: a_n = 2 × 3^(n−1).

  • Term 1: 2 × 3⁰ = 2 × 1 = 2 ✓
  • Term 5: 2 × 3⁴ = 2 × 81 = 162 ✓
  • Term 10: 2 × 3⁹ = 2 × 19,683 = 39,366

The exponential growth or decay of geometric sequences (when r > 1, exponential growth; when 0 < r < 1, exponential decay) is one of the most important real-world patterns students encounter — population growth, radioactive decay, compound interest, and viral spread all follow geometric or approximately geometric patterns.

Graphical property: Plotting (term number, term value) for a geometric sequence gives an exponential curve, not a straight line. This visual distinction — straight line vs. curve — is the quickest way for students to check whether a sequence they have graphed is arithmetic or geometric.

Arithmetic vs. Geometric: The Key Distinguishing Test

FeatureArithmeticGeometric
PatternConstant addition (or subtraction)Constant multiplication (or division)
CheckSubtract consecutive terms: is the difference constant?Divide consecutive terms: is the ratio constant?
nth terma_1 + (n − 1)da_1 × r^(n−1)
GraphStraight lineExponential curve
Real-worldSavings by fixed monthly deposit, temperature changePopulation growth, compound interest, radioactive decay
Common errorConfusing with geometric by adding instead of multiplyingComputing r^n instead of r^(n−1) — off by one factor of r

The "subtract" vs. "divide" test is the most practical classification tool for students. Before attempting to find the nth term, always test: subtract consecutive terms (do you get a constant?) AND divide consecutive terms (do you get a constant?). If subtraction gives a constant → arithmetic. If division gives a constant → geometric. If neither → other (quadratic, Fibonacci, etc., which appear in extension work).

Six Grade 7 Sequence Worksheet Types

Worksheet Type 1: Sequence Classification and Rule Finding

The entry worksheet type: given a sequence, classify it and state the rule.

Sample problems:

  • "5, 9, 13, 17, 21, ... — Is this arithmetic or geometric? What is d or r? Write the next two terms."
  • "4, 12, 36, 108, ... — Is this arithmetic or geometric? What is d or r? Write the next two terms."
  • "1, 4, 9, 16, 25, ... — Is this arithmetic or geometric? If neither, describe the pattern."
  • "2, 5, 11, 23, 47, ... — Is this arithmetic or geometric? (Hint: try both tests.) What is the rule?"

The fourth problem (double the previous term and add 1) is neither arithmetic nor geometric, and asking this reveals whether students have genuinely internalized the two classification tests rather than just pattern-matching.

AI prompt for classification worksheets: "Generate a Grade 7 sequence classification worksheet with 14 problems in three groups: (1) 5 clearly arithmetic sequences of varying d values (positive, negative, fractional), (2) 5 clearly geometric sequences of varying r values (r > 1, 0 < r < 1, r negative), and (3) 4 sequences that are neither arithmetic nor geometric (quadratic, Fibonacci-type, alternating sign) to challenge students to apply the diagnostic tests rather than assume every sequence fits one type. For each problem, the answer key should show: (a) the subtraction test result, (b) the division test result, (c) the classification and rule."

Worksheet Type 2: Finding the nth Term Formula

The central worksheet type: given enough terms to determine a sequence, find the general nth term formula.

For arithmetic sequences: The approach: identify a_1 (first term) and d (common difference). Substitute into a_n = a_1 + (n − 1)d and simplify.

  • "Find the nth term of: 7, 12, 17, 22, ..." → a_1 = 7, d = 5. a_n = 7 + (n−1) × 5 = 7 + 5n − 5 = 5n + 2.
  • "Verify by computing: a_1 = 5(1) + 2 = 7 ✓, a_4 = 5(4) + 2 = 22 ✓."

For geometric sequences: The approach: identify a_1 and r. Substitute into a_n = a_1 × r^(n−1).

  • "Find the nth term of: 3, 15, 75, 375, ..." → a_1 = 3, r = 5. a_n = 3 × 5^(n−1).
  • "Verify: a_1 = 3 × 5⁰ = 3 ✓, a_3 = 3 × 5² = 75 ✓."

The verification step — substituting n = 1, n = 2, and one other term to confirm — should be a required part of every nth term derivation. Students who skip verification often have off-by-one errors in the formula that would be caught immediately by checking.

AI prompt for nth term worksheets: "Create a Grade 7 worksheet with 12 problems on finding nth term formulas: 6 arithmetic (varying first terms and d values, including negative d) and 6 geometric (varying first terms and r values, including r = 1/2 and r = −2). Every answer key entry must show: (a) identification of a_1 and d or r, (b) the formula before simplification, (c) the simplified formula, (d) a verification by substituting n = 1 and n = 3 to check the formula against the original sequence."

Worksheet Type 3: Applying the nth Term to Find Specific Terms

Once students have the formula, they apply it to answer questions no manual extension could efficiently answer.

Sample problems:

  • "The sequence 4, 7, 10, 13, ... has nth term 3n + 1. Find the 50th term."
  • "The sequence 2, 6, 18, 54, ... has nth term 2 × 3^(n−1). Find the 8th term."
  • "A sequence has nth term 5n − 3. Is 97 a term of this sequence? If so, which term?" [Solve 5n − 3 = 97 → n = 20. Yes, the 20th term.]
  • "A sequence has nth term 2^n. Is 1,024 a term? If so, which term?" [2^n = 1024 → n = 10. Yes, the 10th term.]
  • "The nth term of a sequence is 4n + 2. Which term is the first to exceed 100?" [4n + 2 > 100 → 4n > 98 → n > 24.5 → n = 25, 25th term.]

The "is this value a term?" problems are the highest-value problem type in this worksheet — they require setting up and solving an equation (arithmetic nth term → linear equation; geometric nth term → exponential equation), directly connecting sequences to algebra.

Worksheet Type 4: Working Backward — Finding the Rule from Two Terms

A more challenging worksheet type: given two terms (not necessarily consecutive), find the sequence type and rule.

For arithmetic (given term m and term n): The common difference d = (a_m − a_n) ÷ (m − n). Then a_1 can be found by back-calculating from either known term.

Example: "Term 3 is 11 and term 7 is 27. Find the nth term of this arithmetic sequence."

  • d = (27 − 11) ÷ (7 − 3) = 16 ÷ 4 = 4.
  • a_1 = a_3 − 2d = 11 − 8 = 3.
  • nth term: a_n = 3 + (n−1) × 4 = 4n − 1.

For geometric (given term m and term n): r^(n−m) = a_n ÷ a_m. Then r can be found by taking the (n−m)th root.

Example: "Term 2 is 6 and term 5 is 162. Find the geometric nth term."

  • r^(5−2) = r³ = 162 ÷ 6 = 27. r = 3.
  • a_1 = a_2 ÷ r = 6 ÷ 3 = 2.
  • nth term: a_n = 2 × 3^(n−1).

These problems require algebraic manipulation beyond simple substitution and are appropriate for above-level Grade 7 students or as extension work.

Worksheet Type 5: Sequence Word Problems

Context-based problems where the sequence structure must be identified from a real-world description.

Sample problems:

  • "A tree is 2 meters tall when planted. It grows 0.3 meters each year. Write the sequence of heights for the first 5 years. Find a formula for the height after n years. How tall will it be after 20 years?"
  • "A savings account starts with $100 and earns 10% interest per year. Write the account balance sequence for 5 years. Is this arithmetic or geometric? Find the balance after 10 years."
  • "Seats in a theater increase by 4 per row from front to back. The first row has 12 seats. How many seats are in the 20th row? How many total seats in the first 20 rows?"
  • "A ball is dropped from 16 meters and bounces to ¾ of its previous height each time. Write the sequence of bounce heights. After how many bounces is the height below 1 meter?"

The last problem requires solving an inequality in a geometric sequence context, which is extension-level work for Grade 7 but excellent preparation for Grade 9 exponential functions.

Worksheet Type 6: Graphing Sequences and Visual Identification

The graphical representation of sequences connects sequences to functions — a critical Grade 7-8 bridge.

Activities:

  • Plot (n, a_n) for a given arithmetic sequence. Observe: the points lie on a straight line. What is the slope? What does it represent?
  • Plot (n, a_n) for a given geometric sequence. Observe: the points form a curve. Does the curve go up steeply (r > 1) or flatten toward zero (0 < r < 1)?
  • Given a graph of four points, determine whether the sequence is arithmetic or geometric by whether the points are collinear.
  • Given the equation of a line (y = 3x + 2), write the first five terms of the arithmetic sequence it represents (term 1 = 5, term 2 = 8, term 3 = 11, ...) and identify d.

Classroom Scenario: Teaching the Arithmetic vs. Geometric Distinction

Say you teach Grade 7 mathematics and your patterns and sequences unit consistently produces the same error: after successfully finding the next few terms of a geometric sequence, students apply the arithmetic nth term formula to find the 10th or 20th term and obtain a wrong answer. The source is clear — students are classifying sequences by "there is a pattern" rather than by the specific pattern type.

You could introduce the "subtract, then divide" diagnostic as the mandatory first step for every sequence problem:

  • Step 1: Subtract consecutive terms. Is the difference constant? If yes → arithmetic.
  • Step 2 (if Step 1 fails): Divide consecutive terms. Is the ratio constant? If yes → geometric.
  • Step 3 (if both fail): Describe the pattern in words, then look for other pattern types.

You could also incorporate Desmos graphing as a quick visual check: students enter a few sequence terms as (1, a_1), (2, a_2), (3, a_3) points in Desmos and observe whether the resulting plot looks straight (arithmetic) or curved (geometric). The visual check confirms the diagnostic test result or prompts a recheck if the two disagree.

With a diagnostic-first protocol in place, the errors that remain on "find the 20th term" problems tend to be computational — wrong d or r value, calculation mistakes — rather than the structural error of applying the wrong formula. A diagnostic step that students run before writing any formula targets exactly the misclassification that produces wrong distant terms.

Students who apply the arithmetic formula to geometric sequences are usually not being careless — they genuinely think all sequences with "a pattern" work the same way. Giving them a diagnostic test to run before writing any formula can change how they approach every sequence problem.

What to Avoid: Four Pitfalls in Sequence Worksheet Design

Beginning with nth term derivation before sequence type classification. Students who proceed directly from "recognize a pattern" to "write the nth term formula" often apply the arithmetic formula to geometric sequences (and vice versa) because they have not been explicitly taught to classify first. Classification is the prerequisite, not the prerequisite's prerequisite.

Only asking for the "next term" rather than distant terms. A worksheet that only asks "what are the next three terms?" never develops the conceptual goal — finding a rule that describes any term. Always include at least one question that asks for a term far enough away that manual extension is impractical (20th term, 50th term, 100th term). This creates the felt need for a formula rather than a rule.

Omitting the verification step after deriving the nth term. Students who derive an nth term formula and do not verify it by substituting n = 1, 2, or 3 against the original sequence frequently have off-by-one errors (using n instead of n−1, for example) that persist undetected. Make verification a required step in the formula derivation process, not optional.

Not graphing sequences. The visual connection between arithmetic sequences and straight lines, and between geometric sequences and exponential curves, is one of the most important conceptual bridges in Grade 7-8 mathematics. Students who have graphed both types of sequences have a visual classification tool that supplements the algebraic test — and a concrete foundation for the linear and exponential functions they will formalize in Grade 8-9.

Key Takeaways

  • The central skill in Grade 7 sequences is finding the nth term formula, not finding the next term. The formula enables finding any term without extending the sequence manually.
  • Sequences must be classified (arithmetic vs. geometric vs. other) before any formula is applied. The "subtract, then divide" diagnostic test is the most reliable classification tool.
  • The arithmetic nth term is a_n = a_1 + (n−1)d — a linear expression in n, connecting directly to linear functions.
  • The geometric nth term is a_n = a_1 × r^(n−1) — an exponential expression in n, connecting directly to exponential functions.
  • Off-by-one errors are the most common formula derivation error: using r^n instead of r^(n−1), or forgetting to account for the "first term minus one" in the arithmetic formula.
  • Graphing sequences (arithmetic → straight line; geometric → curve) provides a visual classification tool and bridges sequences to function concepts in Grade 8.
  • NCTM (2024) identifies pattern generalization as a strong predictor of algebraic readiness — students who can write the nth term in Grade 7 perform substantially better on Grade 8 linear function tasks.

Frequently Asked Questions

What is the difference between "term" and "nth term"?

A "term" is a specific value in the sequence — the 3rd term, the 10th term. The "nth term" is a formula for any term — it gives the value at position n, where n can be any positive integer. "Find the 5th term" asks for a specific value; "find the nth term" asks for the rule that generates all values. The nth term formula is more powerful because it answers infinitely many "find the nth term" questions at once.

At what point in Grade 7 are students typically ready for sequence work?

Sequence work is most productive after students have established integer arithmetic and basic algebraic expression skills — specifically, the ability to substitute a value into an expression and evaluate it. Most Grade 7 curricula introduce sequences in the second or third term, after algebra fundamentals are in place. Students who are not yet fluent with algebraic substitution will struggle with verifying nth term formulas even if they understand the concept of a sequence.

Can students use calculators for sequence worksheets?

Calculators are appropriate for geometric sequences with large exponents (finding term 10 of a geometric sequence with r = 3 requires computing 3⁹ = 19,683, which is reasonable with a calculator). For arithmetic sequences, calculators are less necessary since the computation is linear. The conceptual work — classification, formula derivation, setting up "is this value a term?" equations — should always be done without calculator dependence, as these are reasoning tasks rather than computation tasks.

How do sequences connect to the Grade 8-9 curriculum?

Arithmetic sequences are the discrete version of linear functions: the common difference is the slope, the first term determines the y-intercept. Geometric sequences are the discrete version of exponential functions: the common ratio is the growth factor. The nth term of an arithmetic sequence is a linear function of n; the nth term of a geometric sequence is an exponential function of n. Students who understand sequences well arrive in Grade 8 function units with strong intuition about what linear and exponential functions are and how they differ — which significantly reduces the time needed for the formal function unit.


For the complete AI and mathematics education framework, see the AI for Math Education: The Complete 2026 Guide. Number and place value foundations that support sequence work are at Best AI for Place Value in 2026-2027. Measurement sequences (like perimeter growth patterns) are explored in Best AI for Measurement in 2026. For the decimal patterns relevant to sequence work, see AI Word Problems for Decimals in KG-2. KG-2 counting and number pattern foundations are in AI Word Problems for Mental Math in KG-2. For cross-subject content generation, visit Best AI Study Guide Generators in 2026.

#teachers#math#ai-tools#middle-school#worksheet