s3.1.12
Patterns
1,000 questions
Pattern problems require identifying the underlying rule of a sequence. There is no single trick, but it's useful to look for common patterns such as:
- Arithmetic/Geometric progressions: Check for a common difference or ratio.
- Powers: Look for squares, cubes, etc., possibly with an offset (e.g., ).
- Combinations of patterns: The sequence might be a sum of other sequences (e.g., ).
For example, in the sequence 0, 7, 26, 63, ..., each term is one less than a cube: . The next term is .