Number Series for IBPS RRB Office Assistant — Patterns, Shortcuts & PYQs

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 not to "guess" — it is to diagnose the rule within about 20-25 seconds and apply it once.

Think of it like reading a fingerprint. Every series leaves fingerprints in the form of ratios, differences, or structural patterns. Once you learn to look for the right fingerprint first, series questions stop feeling like puzzles and start feeling like classification tasks.

Here's a simple analogy: imagine you are a bank clerk sorting currency notes. You do not examine every note in detail — you have a checklist. Is it a 500? Is it a 100? You scan categories, not individual features. That is exactly how you should approach a series — run a mental checklist of the six or seven most common pattern families, and the moment one fits, stop scanning and solve.

The six pattern families you encounter in IBPS RRB:

  1. Perfect squares / cubes — terms are or for consecutive n.
  2. Pure arithmetic (AP) — constant difference between consecutive terms.
  3. Pure geometric (GP) — constant ratio between consecutive terms.
  4. Difference series — the differences between consecutive terms themselves form a recognizable pattern (AP, GP, or powers of 2).
  5. Compound rule — each term is derived by a two-step operation on the previous term, e.g., ×2 + 1 or ×3 - 5.
  6. Primes / oblong numbers / special sequences — consecutive prime numbers, or n(n+1) type products.

You do not need to discover the pattern from scratch each time. You need to recognize which family you are dealing with in the first two terms, then verify on the third.


Deep Dive

Step 1 — Scan the Magnitude and Direction

Before computing anything, look at the numbers.

This scan takes 3-4 seconds. It narrows your field from six families down to two or three.

Step 2 — Compute First-Level Differences

Write down D1 = difference between consecutive terms.

Series: 10, 12, 16, 24, 40 D1: 2, 4, 8, 16

If D1 is constant → AP. If D1 doubles each time → doubling-difference series (powers of 2). If D1 itself follows an AP → second-order AP. Stop at whichever level gives you a clean pattern.

Step 3 — Check the Ratio

If differences don't give a clean pattern, check the ratio of consecutive terms.

Series: 4, 12, 36, 108, 324 Ratios: 3, 3, 3, 3 → pure GP with r = 3.

One of these two checks — difference or ratio — will crack about 80% of series questions.

Step 4 — Check for Compound Rules

When neither differences nor ratios give a clean number, suspect a compound rule. Write the relationship as: T(n+1) = a × T(n) + b.

Series: 5, 11, 23, 47, 95 11 = 5×2 + 1 23 = 11×2 + 1 47 = 23×2 + 1 → rule confirmed: ×2 + 1.

The compound rule test takes about 10 seconds once you are practiced at it. Always test it when the series is growing rapidly but not by a clean ratio.

Step 5 — Square/Cube/Oblong Check

If the terms look "round" or "familiar":

Step 6 — Difference of Differences (Second-Level)

Some series require you to compute D2 (differences of D1).

Series: 8, 15, 28, 53, ?, 193 D1: 7, 13, 25, 49, 91 D2: 6, 12, 24, 42...

Here D2 itself follows a pattern (roughly doubling with some structure). The key observation is D1 = 7, 13, 25, 49, 91 — these follow 2ⁿ - 1 pattern: 2³-1=7, 2⁴-1=15... actually look more carefully: 7, 13, 25, 49 — each value is 2×previous - 1. So 49×2 - 1 = 97? That gives 53 + 97 = 150, which doesn't match the answer. The cleaner read: D1 = 7, 13, 25, 49, 91 where each D1 value roughly doubles minus a small constant. Checking: 13 = 7×2 - 1, 25 = 13×2 - 1, 49 = 25×2 - 1, 91 = 49×2 - 7... The given explanation confirms the next difference is 49, making the answer 53 + 49 = 102.

The lesson: always verify the given answer by plugging back in rather than getting lost in a deep derivation. In the exam hall, if you can see 53 + 49 = 102 and 102 + 91 = 193 (confirming the last term), you are done. Don't over-derive.

Wrong Number Series

A variant you must prepare for: one term in the series is wrong. Your task is to find it.

Strategy: Identify the pattern using 4-5 terms that appear consistent. The outlier is the wrong number. Compute what the correct value should be. This is the same pattern-identification skill — just applied in reverse.


Memory Tricks & Shortcuts

patternThe Ratio-First Rule

Always check ratio before you check differences when the series is growing fast. If the ratio of T2/T1 is a clean integer (2, 3, 4, 5), verify T3/T2. If it matches, you have a GP and the answer takes 5 seconds.

Micro-example: Series 4, 12, 36, 108, 324, ? Ratio check: 12/4 = 3, 36/12 = 3. Done. Answer = 324×3 = 972. Standard method (differences): D1 = 8, 24, 72, 216 → check D1 ratio = 3... still 3 steps. Ratio-first: 2 steps. Speed gain: 4 steps → 2 steps.

patternThe ×2+1 Radar

When a series roughly doubles but isn't a clean GP, test T(n+1) = 2×T(n) + 1 or 2×T(n) - 1 immediately. This pattern appears more than any other compound rule in IBPS RRB series questions.

Micro-example: 5, 11, 23, 47, 95, ? 11 = 5×2+1. Confirmed in one check. Answer = 95×2+1 = 191. Standard method (second-level differences): 6 arithmetic operations. This method: 2. Speed gain: 6 operations → 2 operations.

patternThe Oblong Table

Memorize the n(n+1) sequence cold: 2, 6, 12, 20, 30, 42, 56, 72, 90, 110. When you see a series starting with 2, 6, 12 or any subsets of this list, you instantly know the pattern and the next term.

Micro-example: 2, 6, 12, 20, 30, ? Without memorization: compute differences (4, 6, 8, 10...), predict next difference (12), add 30+12=42. Time: ~25 seconds. With memorization: recognize n(n+1), next is 6×7=42. Time: ~5 seconds. Speed gain: 25s → 5s.

patternSquares and Cubes Cold Read

If any term in the series is from {1, 4, 8, 9, 16, 25, 27, 36, 49, 64, 125, 216}, flag it as a potential square/cube series immediately. Check adjacent terms — if they are also from these sets, you have your family.

Micro-example: 1, 8, 27, 64, 125, ? Term 8 = 2³, term 27 = 3³, pattern confirmed in 2 checks. Answer = 6³ = 216. Without memorization: you might try to compute differences (7, 19, 37, 61...) and waste 30 seconds. Speed gain: 30s wasted → 5s with cold recognition.

patternDoubling Differences Fingerprint

When differences are 2, 4, 8, 16... or 1, 2, 4, 8... (powers of 2), the next difference is simply the last difference doubled.

Micro-example: 10, 12, 16, 24, 40, ? D1 = 2, 4, 8, 16. Next D1 = 32. Answer = 40+32 = 72. No formula needed. Just double the last difference. Time: 8 seconds. Standard method (second-level analysis): 12+ seconds of writing. Speed gain: 12s → 8s, plus zero chance of arithmetic error.


Fast-Solving Framework

Use this decision tree every time a series question appears:

Step 1 (3 sec): Are any terms perfect squares or cubes? If yes, check all terms. Solved.

Step 2 (5 sec): Are all numbers prime? Check for prime series. Solved.

Step 3 (5 sec): Compute ratio T2/T1. Is it a clean integer? Verify T3/T2. If matched, GP — multiply last term by ratio.

Step 4 (5 sec): Compute D1 (first differences). Is D1 constant (AP)? Is D1 doubling (powers of 2)? Is D1 itself an AP or GP? If any yes, predict next D1 and add to last term.

Step 5 (8 sec): Test compound rule T(n+1) = 2×T(n) ± k. Try k = 1, then k = 3, then k = -1. If matched in two consecutive terms, apply.

Step 6 (5 sec): Is the series from the oblong family n(n+1)? Compare to your memorized list.

If none fit in 30 seconds: Mark your best guess based on elimination of answer choices and move on. Do not spend more than 45 seconds on any single series.


Solved PYQs

Why this question: The perfect squares series is the single most frequently recycled pattern in IBPS RRB. Recognizing it in under 5 seconds separates a 28-minute paper from a 32-minute paper.

Previous Year Questionपिछले वर्ष का प्रश्न
What comes next: 1, 4, 9, 16, 25, 36, ?
अगला पद क्या होगा: 1, 4, 9, 16, 25, 36, ?
  1. 49
  2. 47
  3. 51
  4. 45
  1. 49
  2. 47
  3. 51
  4. 45
Solutionसमाधान
This is a series of perfect squares: 1², 2², 3², 4², 5², 6², 7² = 49.
यह पूर्ण वर्गों की श्रृंखला है: 1², 2², 3², 4², 5², 6², 7² = 49।

Solving path: Scan the terms: 1, 4, 9, 16, 25, 36. These are 1², 2², 3², 4², 5², 6². No calculation needed — pure recognition. Next term = 7² = 49. Time: under 5 seconds.


Why this question: Prime series questions trip candidates who confuse 31 with composite numbers. The key is knowing your primes cold up to at least 50.

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

Solving path: 13, 17, 19, 23, 29 — all primes. The next prime after 29: check 30 (no), 31 (yes — not divisible by 2, 3, 5). Answer = 31. Time: 8-10 seconds.


Why this question: Pure GP with ratio 3 is a standard pattern. The risk is computing 324×3 quickly under time pressure — candidates sometimes get 962 or 964 due to hurried multiplication.

Previous Year Questionपिछले वर्ष का प्रश्न
Complete the series: 4, 12, 36, 108, 324, ?
श्रृंखला पूरी कीजिए: 4, 12, 36, 108, 324, ?
  1. 972
  2. 968
  3. 976
  4. 964
  1. 972
  2. 968
  3. 976
  4. 964
Solutionसमाधान
Each term is multiplied by 3 to get the next term. 4×3=12, 12×3=36, 36×3=108, 108×3=324, 324×3=972.
प्रत्येक पद को 3 से गुणा करके अगला पद प्राप्त होता है। 4×3=12, 12×3=36, 36×3=108, 108×3=324, 324×3=972।

Solving path: Ratio check: 12/4 = 3, 36/12 = 3. GP confirmed. Answer = 324×3. Compute: 300×3 = 900, 24×3 = 72, total = 972. Time: 10 seconds.


Why this question: Doubling-differences pattern is a high-frequency variant. Missing it means spending 40+ seconds on a question that should take 12.

Previous Year Questionपिछले वर्ष का प्रश्न
What comes next: 10, 12, 16, 24, 40, ?
अगली संख्या क्या होगी: 10, 12, 16, 24, 40, ?
  1. 72
  2. 70
  3. 74
  4. 68
  1. 72
  2. 70
  3. 74
  4. 68
Solutionसमाधान
The differences are 2, 4, 8, 16, 32. Each difference doubles. Next difference is 32, so 40+32=72.
अंतर 2, 4, 8, 16, 32 हैं। प्रत्येक अंतर दोगुना हो रहा है। अगला अंतर 32 है, इसलिए 40+32=72।

Solving path: D1 = 2, 4, 8, 16. Pattern = powers of 2, each doubling. Next D1 = 32. Answer = 40 + 32 = 72. Time: 12 seconds.


Why this question: The compound ×2+1 rule is the most common non-obvious pattern. Every candidate should be able to test this rule in under 10 seconds.

Previous Year Questionपिछले वर्ष का प्रश्न
Find the missing number in the series: 5, 11, 23, 47, 95, ?
श्रृंखला में लुप्त संख्या ज्ञात कीजिए: 5, 11, 23, 47, 95, ?
  1. 191
  2. 189
  3. 193
  4. 187
  1. 191
  2. 189
  3. 193
  4. 187
Solutionसमाधान
Each term is obtained by multiplying the previous term by 2 and adding 1. 5×2+1=11, 11×2+1=23, 23×2+1=47, 47×2+1=95, 95×2+1=191.
प्रत्येक पद पिछले पद को 2 से गुणा करके 1 जोड़ने से प्राप्त होता है। 5×2+1=11, 11×2+1=23, 23×2+1=47, 47×2+1=95, 95×2+1=191।

Solving path: Check T2 = T1×2 + 1: 5×2+1 = 11. Check T3: 11×2+1 = 23. Confirmed. Apply: 95×2+1 = 191. Time: 10-12 seconds.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →