Number Series for IBPS Clerk — Patterns, Missing Terms & Wrong Number Detection

intermediate 18 min read

Concept

A number series is a sequence of numbers arranged according to a hidden rule. Your job in the exam is to crack that rule in under 30 seconds, then apply it to find the missing term or identify the one term that breaks the pattern.

Think of it like a combination lock. Each series has one specific mechanism — a multiplication factor, a difference pattern, a factorial step, or a mix. Once you find the mechanism, the answer is automatic. The difficulty is recognising the mechanism quickly under pressure.

Here is a useful analogy: imagine someone is walking up a staircase. Each step could be the same height (arithmetic progression), or each step could be double the previous one (geometric progression), or the steps could grow in a more complex rhythm. Your task is to look at the footprints already visible and reconstruct the staircase design.

For IBPS Clerk, the series questions are designed to be crackable in 30-45 seconds. They are not designed to require deep mathematics — they reward pattern fluency. That means the more series types you have seen, the faster your brain matches a new series to a familiar template.

There are roughly seven core types you will encounter:

  1. Geometric Progression (GP) — each term multiplied by a fixed ratio
  2. Arithmetic Progression (AP) — each term increased by a fixed difference
  3. Mixed multiplication series — multiplied by 2, 3, 4, 5, 6... in sequence
  4. Difference series — the gaps between terms follow their own pattern
  5. Prime number series — consecutive primes
  6. Square/Cube series — based on perfect squares or cubes
  7. Two-step (operate and add/subtract) — e.g., ×2 + 1 applied repeatedly

IBPS Clerk rarely uses anything more exotic than these seven. The "wrong number" variant is the same skill tested in reverse — you verify each term against the pattern and flag the one that deviates.


Deep Dive

Geometric Progression (Constant Ratio)

The simplest GP: first term a, common ratio r. The series goes a, ar, ar², ar³, ...

Check for GP by dividing consecutive terms. If T₂/T₁ = T₃/T₂, you have a GP. For IBPS Clerk, the ratio is almost always a small integer — 2, 3, 4, or 5.

Example: 2, 6, 18, 54, 162, ?

6/2 = 3, 18/6 = 3, 54/18 = 3. Confirmed GP with r = 3. Next term = 162 × 3 = 486.

Arithmetic Progression (Constant Difference)

Series: a, a+d, a+2d, a+3d, ...

Check by subtracting consecutive terms. If the differences are equal, it is a plain AP.

Mixed Multiplication Series (Factorial-type)

Here the multiplier itself increases: multiply by 2, then by 3, then by 4, then by 5, then by 6. This produces factorial-like growth.

Example: 6, 12, 36, 144, 720, ?

12/6 = 2, 36/12 = 3, 144/36 = 4, 720/144 = 5. Next multiplier is 6. Answer = 720 × 6 = 4320.

Look — this pattern shows up in IBPS Clerk almost every year in some form. Whenever you see rapid growth and division of consecutive terms gives 2, 3, 4... immediately write "factorial-type" and multiply by the next integer.

Difference Series (Second-Level Pattern)

When neither the ratios nor the differences are constant, find the differences between consecutive terms and look for a pattern there.

Example: 3, 7, 16, 35, 74, ?

Differences: 7-3=4, 16-7=9, 35-16=19, 74-35=39.

Now look at those differences: 4, 9, 19, 39. Are these AP? 9-4=5, 19-9=10, 39-19=20. Still not constant. Go one level deeper: differences of differences are 5, 10, 20 — each doubling. So next difference-of-difference = 40, meaning next difference = 39+40=79, meaning next term = 74+79=153.

This is where candidates lose time. The key discipline is: if level-1 differences do not work, immediately try level-2 differences rather than guessing.

Two-Step Series (×n ± constant)

A very common IBPS Clerk type: ×2 + 1, or ×3 - 2, applied repeatedly.

Example: 2, 5, 11, 23, 47, 95, ?

2×2+1=5, 5×2+1=11, 11×2+1=23, 23×2+1=47, 47×2+1=95, 95×2+1=191.

For wrong-number questions on this pattern, scan all terms with your rule and flag the one that breaks it.

Prime Number Series

If a series looks like 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31... you are dealing with consecutive primes. Know primes up to 100 cold. For IBPS Clerk, the series will typically use primes in the range 2-50. The question will drop one prime or include one non-prime and ask you to spot it.

Wrong Number Detection — Systematic Method

Do not scan randomly. Start from the first term, apply the rule you believe governs the series, and check each subsequent term. The term where the rule breaks is the wrong term.

When you are not sure of the rule, check the first three terms first to hypothesise the rule, then validate on the fourth and fifth terms. If it fails, you hypothesised wrong — revise.

One common trap: the wrong number is the last term. Many candidates stop checking after confirming five terms, assume the last one is the answer to fill in, and miss that the question asks you to find the wrong term among all listed terms — including the last.

Spotting the Series Type Fast

Use this quick filter at the start:

  1. Are the numbers growing rapidly (doubling or more each time)? → Try GP or factorial-type.
  2. Are the numbers growing slowly and steadily? → Try AP or difference series.
  3. Are the numbers small and look like primes? → Try prime series.
  4. Is the growth irregular but the gaps look structured? → Try level-2 differences.
  5. Does dividing consecutive terms give 2, 3, 4, 5...? → Factorial-type, multiply by next integer.

Memory Tricks & Shortcuts

patternRatio Ladder for Factorial Series

When you divide consecutive terms and get rising integers (2, 3, 4, 5...), the next multiplier is always the next integer. Write the ratios as a ladder — if you see 2, 3, 4, 5, the next rung is 6. No calculation needed beyond one multiplication. This collapses a 4-step analysis into a 5-second read. Standard recognition: 30s. With ladder habit: 8s.

patternTwo-Level Difference Drill

If first-level differences (D1) are not constant, immediately compute second-level differences (D2 = differences of D1). In IBPS Clerk, 90% of non-GP, non-factorial series resolve at D1 or D2. Never go to D3 in the exam hall — if D2 does not work, you have mis-read the series type. This prevents the common mistake of spending 2+ minutes chasing a pattern that does not exist. Standard method (trial-and-error): 60-90s. Structured D1→D2 drill: 25s.

eliminationWrong Number: Anchor on First Three Terms

For wrong-number questions, identify your rule using only the first three terms, then verify term 4 and 5. If the rule breaks at term 4, the wrong term is likely term 4. If it holds through term 5 but breaks at term 6, the wrong term is term 6. This sequential anchoring prevents you from second-guessing yourself. Do not try to "feel" the pattern globally — work left to right, one term at a time. Reduces average solve time from 60s to 35s by eliminating backtracking.

patternGP Ratio Check: Divide Two Pairs

To confirm a GP, divide terms 2÷1 and terms 3÷2. If both give the same integer, that is your ratio — apply it without checking further. This is a 2-step confirmation, not a 5-step one. If the ratio is not an integer (e.g., you get 1.5, 2.5), it is almost certainly not a GP and you should switch to difference analysis immediately. GP confirmation: 2 divisions, 6s. Full verification: 4 divisions, 15s. Save the 9s.

patternPrime Series: Count from the Last Visible Prime

If you suspect a prime series, do not list primes from 2. Start from the last term you can see and find the next prime from there. To check if a number n is prime, test divisibility only by primes up to √n. For numbers under 50, you only need to test 2, 3, 5, 7. This reduces a prime-check to 4 divisions maximum. Example: Is 31 prime? Test 2 (no), 3 (no), 5 (no) — √31 < 7, so stop. Yes, it is prime. Time: 8s vs 25s for writing out all primes from 2.


Fast-Solving Framework

When you see a number series in the exam hall, run this decision tree — do not skip steps, do not guess early.

Step 1 — Scan growth rate. If terms are roughly doubling or more, try GP first (divide consecutive terms). If they are growing slowly, go to Step 2.

Step 2 — Compute D1. Subtract consecutive terms. If D1 is constant → AP, done. If D1 is itself an AP → answer is D1 pattern + last term, done.

Step 3 — Check D2. If D1 is not constant, find D2. If D2 is constant or follows a simple doubling/tripling rule → apply it and work back to the answer.

Step 4 — Check factorial-type. Divide consecutive terms. If ratios are 2, 3, 4, 5... → multiply last term by next integer, done.

Step 5 — Check two-step. If none of the above, test ×2 ± small constant or ×3 ± small constant on the first three terms.

Step 6 — Check primes/squares. If terms are small and look familiar, mentally check for perfect squares, cubes, or consecutive primes.

If you reach Step 6 without a match, flag the question, move on, and return. You have already used 40 seconds — do not invest more without a clear hypothesis.


Solved PYQs

Why this question: Tests the most fundamental GP recognition — if you cannot crack a constant-ratio series in under 15 seconds, you are losing easy marks.

Previous Year Questionपिछले वर्ष का प्रश्न
Complete the series: 2, 8, 32, 128, 512, ?
श्रृंखला पूरी कीजिए: 2, 8, 32, 128, 512, ?
  1. 1024
  2. 2048
  3. 1536
  4. 2560
  1. 1024
  2. 2048
  3. 1536
  4. 2560
Solutionसमाधान
Each term is multiplied by 4 to get the next term. 2×4=8, 8×4=32, 32×4=128, 128×4=512, 512×4=2048.
प्रत्येक पद को 4 से गुणा करके अगला पद प्राप्त होता है। 2×4=8, 8×4=32, 32×4=128, 128×4=512, 512×4=2048।

Solving path: Divide 8÷2 = 4, 32÷8 = 4. Confirmed GP, r = 4. Apply: 512 × 4 = 2048. Time target: 12 seconds.


Why this question: Wrong-number detection on a two-step series. Tests whether you apply your rule sequentially rather than guessing.

Previous Year Questionपिछले वर्ष का प्रश्न
Find the wrong term: 2, 5, 11, 23, 47, 95, 190
गलत पद ज्ञात कीजिए: 2, 5, 11, 23, 47, 95, 190
  1. 11
  2. 23
  3. 95
  4. 190
  1. 11
  2. 23
  3. 95
  4. 190
Solutionसमाधान
The correct pattern is each term × 2 + 1. 2×2+1=5, 5×2+1=11, 11×2+1=23, 23×2+1=47, 47×2+1=95. The next should be 95×2+1=191, not 190.
सही पैटर्न है प्रत्येक पद × 2 + 1। 2×2+1=5, 5×2+1=11, 11×2+1=23, 23×2+1=47, 47×2+1=95। अगला 95×2+1=191 होना चाहिए, 190 नहीं।

Solving path: Identify rule from first three terms: 2×2+1=5, 5×2+1=11. Confirmed ×2+1. Verify: 11×2+1=23, 23×2+1=47, 47×2+1=95. Next should be 95×2+1=191, but the series shows 190. Wrong term = 190.


Why this question: Classic factorial-type series. Tests whether you spot the rising-ratio pattern immediately.

Previous Year Questionपिछले वर्ष का प्रश्न
Complete the series: 6, 12, 36, 144, 720, ?
श्रृंखला पूरी कीजिए: 6, 12, 36, 144, 720, ?
  1. 4320
  2. 3600
  3. 2880
  4. 5040
  1. 4320
  2. 3600
  3. 2880
  4. 5040
Solutionसमाधान
The pattern is: multiply by 2, then 3, then 4, then 5, then 6. 6×2=12, 12×3=36, 36×4=144, 144×5=720, 720×6=4320.
पैटर्न है: 2 से गुणा, फिर 3, फिर 4, फिर 5, फिर 6। 6×2=12, 12×3=36, 36×4=144, 144×5=720, 720×6=4320।

Solving path: Compute ratios: 12/6=2, 36/12=3, 144/36=4, 720/144=5. Ratio ladder: 2, 3, 4, 5 — next is 6. Answer = 720 × 6 = 4320.


Why this question: Second-level difference series. The most commonly fumbled type because candidates stop at D1.

Previous Year Questionपिछले वर्ष का प्रश्न
Find the missing number: 3, 7, 16, 35, 74, ?
लुप्त संख्या ज्ञात कीजिए: 3, 7, 16, 35, 74, ?
  1. 153
  2. 149
  3. 151
  4. 147
  1. 153
  2. 149
  3. 151
  4. 147
Solutionसमाधान
The differences are 4, 9, 19, 39. Each difference follows the pattern: 4, 4+5=9, 9+10=19, 19+20=39, 39+40=79. So next term is 74+79=153.
अंतर 4, 9, 19, 39 हैं। प्रत्येक अंतर पैटर्न का पालन करता है: 4, 4+5=9, 9+10=19, 19+20=39, 39+40=79। इसलिए अगला पद 74+79=153 है।

Solving path: D1: 7-3=4, 16-7=9, 35-16=19, 74-35=39. D2: 9-4=5, 19-9=10, 39-19=20. D2 is doubling: next D2 = 40, so next D1 = 39+40=79, next term = 74+79=153.


Why this question: Tests prime number fluency — a pattern that is instantly obvious if you know your primes, and takes 2 minutes if you do not.

Previous Year Questionपिछले वर्ष का प्रश्न
Find the missing term: 11, 13, 17, 19, 23, 29, ?
लुप्त पद ज्ञात कीजिए: 11, 13, 17, 19, 23, 29, ?
  1. 31
  2. 33
  3. 37
  4. 35
  1. 31
  2. 33
  3. 37
  4. 35
Solutionसमाधान
These are consecutive prime numbers. After 29, the next prime number is 31.
ये लगातार अभाज्य संख्याएं हैं। 29 के बाद, अगली अभाज्य संख्या 31 है।

Solving path: Recognise 11, 13, 17, 19, 23, 29 as consecutive primes. Next prime after 29 is 31. Answer = 31. Time target: 10 seconds if primes are memorised.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →