Intermediate Number Patterns and Logic Rules
Summary:
Intermediate number sequence patterns use multi-step logic, recursive rules, and digit-based transformations. This tutorial explains how these patterns work and how to create more engaging puzzles.
Overview
Intermediate patterns introduce multi-step logic, digit-based rules, and recursive relationships. These require more careful analysis to solve.
Required Modules
- Puzzle Maker Pro – Smart Numbers
Preparation
- Familiarity with basic patterns
Common Intermediate Patterns

1. Reverse and Add plus 1
- Combine reversing digits and addition
- Example: 5, 11, 23, 56, 122, ? → (original + reverse +1)
- Example 23 reversed is 32. 23 + 32 = 55. 55 + 1 = 56
2. Multiply + Add
- Combine multiplication and addition
- Example: 2, 5, 11, 23, ? → (×2 +1)
3. Sum of Previous Numbers
- Each number depends on earlier values (Fibonacci) plus a constant
- Example: 2, 3, 5, 8, 13, ?
4. Growing Differences
- Differences increase each step
- Example: 2, 4, 7, 11, 16, ? → (+2, +3, +4, +5)
5. Around an Anchor
- Combine addition and subtraction
- Example: 2, 5, 11, 23, ? → (×2 +1)
6. Digit-Based Rules
- Use digit count or digit sum
- Example: 3→ 10 (= +7), -4 (=-7), 17 (=+2*7), -11 (=-2*7)
- Digit count: 17 = 2, 8378 = 4
- Digit sum: 17 = 8, 8378 = 26
7. Double-Step Patterns
- Repeat step pairs
- Example: +2, +2, +5, +5
8. Reverse, Multiply + Add
- Combine digit reversal multiplication and addition
- Example: 7, 34, 169, ? -> 7+3*7+6, 34+3*43+6
What Makes These Intermediate
- Multiple operations
- Indirect relationships
- Requires tracking changes over time
Outcome
You can:
- Understand more complex logic
- Design engaging puzzles
- Recognize multi-step patterns
