11 22 13 26 15 30 17
There's something satisfying about staring at a string of numbers and suddenly seeing the hidden logic behind them. Practically speaking, like cracking a code. If I handed you 11, 22, 13, 26, 15, 30, 17 and asked you what comes next, would you panic — or would you lean in?
For a lot of people, number sequences feel like a trick question designed to make them feel stupid. They're a skill, and like any skill, you can get better at them. They're not. The trick is knowing what to look for and how to organize your thinking when the pattern isn't obvious at first glance.
That's really what this article is about — not just the sequence above, but how to think about these problems in general. Because once you understand the underlying approach, sequences stop feeling like a test you either pass or fail and start feeling like a puzzle worth solving.
What Is a Number Sequence?
A number sequence is exactly what it sounds like: a list of numbers arranged in a specific order, following one or more underlying rules. The rule could be simple — each number increases by 2 — or it could be more layered, weaving together multiple patterns at once.
The sequence I'm working with today — 11, 22, 13, 26, 15, 30, 17 — is a great example of a layered* pattern. At first glance, it might seem random. In real terms, pick any single number and you can't predict the next one from that alone. But look at the structure more carefully, and it starts to reveal itself.
Breaking It Down by Position
The most powerful move you can make with any sequence is to separate the numbers by their position. Split the sequence into its odd positions and even positions:
- Odd positions (1st, 3rd, 5th, 7th): 11, 13, 15, 17
- Even positions (2nd, 4th, 6th): 22, 26, 30
Look at the odd-position numbers. They're straightforward — 11, 13, 15, 17. Each one increases by 2. These are consecutive odd numbers starting from 11. Clean, simple, done.
Now look at the even positions. The difference between each pair is 4. That's where some people initially struggle, but it's not complicated either: 22, 26, 30. So 22 to 26 is +4, and 26 to 30 is also +4.
What Comes Next?
If you want to extend this sequence, the pattern tells you exactly what to do:
- The next odd-position number (9th) continues the odd-number thread: 17 + 2 = 19
- The next even-position number (8th) continues the even-number thread: 30 + 4 = 34
So the next two numbers in the sequence would be 19 and 34, giving us: 11, 22, 13, 26, 15, 30, 17, 34, 19...
And the pattern would keep going: after 19 comes 38 (adding 2 to the odd sequence, adding 4 to the even sequence). It's a predictable rhythm built from two interleaved mini-sequences.
Why This Matters
Here's the thing — understanding number sequences isn't just about impressing people at job interviews (though yes, you'll encounter them there). It's about developing a type of thinking that shows up everywhere: pattern recognition.
Pattern recognition is how doctors notice something's wrong before a test confirms it. So it's how experienced drivers anticipate a near-accident two seconds before it happens. It's how you know something is "off" with a monthly budget even before you run the numbers. Your brain is constantly looking for sequences and patterns, whether you're consciously aware of it or not.
Training yourself to actively break down sequences — splitting them by position, testing different operations (addition, subtraction, multiplication, squaring), looking for two-pattern solutions — strengthens that same muscle in real-world contexts.
And practically speaking, if you're preparing for exams, aptitude tests, or competitive assessments, number sequences are one of the most frequently tested topics. Understanding the method* for solving them, not just memorizing the answer to a specific sequence, is what actually pays off.
How to Solve Number Sequences Step by Step
Most people approach a sequence problem wrong. They stare at it, maybe try adding the numbers together, and if that doesn't work, they give up. Here's a better process.
Step 1: Write Down the Numbers With Their Positions
Don't try to hold it all in your head. Write out the sequence and label each position: 1st = 11, 2nd = 22, 3rd = 13, and so on.
Step 2: Check for the Simplest Pattern First
Always test the obvious before the complex. Is there a constant difference between consecutive numbers? In our sequence, no — the gaps are 11, -9, 13, -11, 15, -13. Even so, that looks messy at first, but the mess itself is a clue. When the differences don't form a clean pattern, split by position.
Step 3: Separate Odd and Even Positions
This is the move that cracks this specific sequence and dozens like it. Practically speaking, when a sequence looks random, separating odd-indexed and even-indexed terms often reveals two clean, simple patterns hiding underneath. In 11, 22, 13, 26, 15, 30, 17, the odd positions form one pattern and the even positions form another.
For more on this topic, read our article on what process do the events in this timeline reflect or check out what is the central idea of the text.
Step 4: Test Operations Beyond Addition
Once you've separated the positions, test multiple operations:
- Addition/subtraction: Does each number increase or decrease by a constant?
- Multiplication: Is each number multiplied by something to get the next?
- Squares or roots: Does the position number itself factor in? (Here's a good example: is the 1st number related to 1², the 2nd to 2², etc.?)
In our case, the odd positions just add 2 each time. Even so, the even positions add 4 each time. That's all it takes.
Step 5: Extend and Verify
Once you've identified the pattern, extend it one or two steps and check that it makes sense relative to the original numbers. If your extended pattern doesn't align with the existing terms, go back — you may have found one pattern but missed another operating alongside it.
Common Mistakes People Make With Number Sequences
Trying to find one rule that governs every single number. Not every sequence works as a single linear progression. Many, like this one, weave two or more patterns together. If your first approach fails, that's not a sign you're bad at math — it might mean the structure is layered and you need a different angle.
Overthinking the differences. A lot of people calculate the differences between consecutive terms and then try to find a pattern in those* differences. Sometimes that works. But sometimes, as with this sequence, the meaningful pattern lives in the odd/even position split, not in the consecutive gaps. Knowing when to abandon one approach and try another is half the skill.
Assuming it has to be multiplication or something complex. People sometimes overlook addition or subtraction
because they expect sequences to be tricky. The simplest explanation is often the right one — don't skip past addition just because you think the puzzle has to be hard.
Forgetting to check the position number itself. In many sequences, the index (1st, 2nd, 3rd, etc.) plays a direct role. Whether it's added, multiplied, or squared into the formula, the position is a variable you should always consider as part of your analysis.
Ignoring the "interleaved" nature of sequences. When two independent patterns are running side by side, they create the illusion of chaos. Recognizing that structure — and separating the strands — turns a confusing list into two manageable ones.
Why This Skill Matters Beyond Puzzles
Cracking number sequences isn't just about passing a quiz. The same thinking applies to:
- Data analysis: Real-world data often contains two trends running simultaneously (seasonal and growth, for example). Spotting them separately is what good analysts do.
- Coding and algorithms: Recognizing patterns is the foundation of efficient programming. Repetition you can describe mathematically is repetition you can automate.
- Financial forecasting: Stock prices, sales figures, and economic indicators rarely move in a straight line. Understanding how to separate signals from noise helps in making better predictions.
- Everyday logic: From budgeting to scheduling, the ability to see a hidden structure in seemingly random information is a practical life skill.
A Final Practice Challenge
Try this one on your own before scrolling for the answer: 4, 8, 6, 12, 8, 16, 10, ?
Apply the same five-step process. Write it out, test the obvious, separate by position, and check your answer against the logic you've built. If you got 20, you've trained your brain to do exactly what this sequence was designed to teach — see the order hiding inside the disorder.
The Takeaway
Number sequences aren't about being a math genius. They're about patience, structure, and a willingness to abandon a wrong approach. Every confusing list of numbers has a logic behind it. Your job is to find the right key — whether that's addition, separation, position, or a combination of all three.
Start with what you see, test the simplest rule, and don't be afraid to split the problem in half when one path doesn't work. Day to day, more often than not, the pattern was there all along. You just needed a better way to look at it.
Latest Posts
Fresh Content
-
11 22 13 26 15 30 17
Aug 26, 2026
-
12 8 Rounded To The Nearest Tenth
Aug 26, 2026
-
Which Of The Following Is Not A Nucleophile
Aug 26, 2026
-
Which Of The Following Is A Structural Classification Of Joints
Aug 26, 2026
-
Formula For Perimeter Of A Polygon
Aug 26, 2026