Simple Patterns Formula

The Formula

If the core unit has length k, then the nth element equals the (n \mod k)th element of the core

When to use: Patterns are like the beat of a song—clap-snap-clap-snap repeats over and over. Once you hear the rhythm, you can predict what comes next without looking.

Quick Example

\text{Red, Blue, Red, Blue, Red, } \underline{\text{Blue}} \text{AB pattern: } \bigcirc \triangle \bigcirc \triangle \bigcirc \underline{\triangle}

Notation

Patterns are described by labeling each unique element with a letter: AB means two alternating elements, ABB means one of A followed by two of B, then repeat

What This Formula Means

A repeating pattern is a sequence of elements (colors, shapes, numbers, or sounds) that repeats in a predictable cycle.

Patterns are like the beat of a song—clap-snap-clap-snap repeats over and over. Once you hear the rhythm, you can predict what comes next without looking.

Formal View

A repeating pattern with core (c_1, c_2, \ldots, c_k) produces the sequence s_n = c_{((n-1) \mod k) + 1} for n = 1, 2, 3, \ldots

Worked Examples

Example 1

easy
Look at the pattern: circle, square, circle, square, circle, ___. What shape comes next?

Solution

  1. 1
    Identify the repeating unit: circle, square (2-part repeat).
  2. 2
    The pattern so far: circle, square, circle, square, circle.
  3. 3
    After circle comes square.
  4. 4
    The next shape is a square.

Answer

Square
A repeating pattern has a core unit that repeats. Here the core is (circle, square), so after circle always comes square.

Example 2

medium
Find the next two numbers in the pattern: 2, 4, 6, 8, ___, ___.

Common Mistakes

  • Continuing a pattern without identifying the repeating core first
  • Confusing an ABB pattern (red, blue, blue) with an AB pattern (red, blue)
  • Thinking patterns must always use two elements

Why This Formula Matters

Patterns are the foundation of mathematical thinking—recognizing structure is how mathematicians see order in the world. Pattern skills transfer to reading (phonics patterns), music (rhythms), and coding (loops).

Frequently Asked Questions

What is the Simple Patterns formula?

A repeating pattern is a sequence of elements (colors, shapes, numbers, or sounds) that repeats in a predictable cycle.

How do you use the Simple Patterns formula?

Patterns are like the beat of a song—clap-snap-clap-snap repeats over and over. Once you hear the rhythm, you can predict what comes next without looking.

What do the symbols mean in the Simple Patterns formula?

Patterns are described by labeling each unique element with a letter: AB means two alternating elements, ABB means one of A followed by two of B, then repeat

Why is the Simple Patterns formula important in Math?

Patterns are the foundation of mathematical thinking—recognizing structure is how mathematicians see order in the world. Pattern skills transfer to reading (phonics patterns), music (rhythms), and coding (loops).

What do students get wrong about Simple Patterns?

Identifying the core unit when the pattern is longer than two elements (e.g., ABB or ABC patterns).

What should I learn before the Simple Patterns formula?

Before studying the Simple Patterns formula, you should understand: counting.