Logical Sequences and Series for UPSC CSAT Prelims

intermediate 18 min read

Concept

A sequence is an ordered list of terms where each term relates to the previous one through some consistent rule. A series is the sum of those terms — though in UPSC CSAT, "series" is used loosely to mean any ordered pattern where you must find a missing or next term.

Think of it like a lock combination. The examiner has a specific pattern in mind — your job is not to guess randomly but to decode the mechanism. Once you know the mechanism, the missing number or letter falls out automatically.

Here's the analogy that works: imagine a factory assembly line. Each station performs the same operation on the input. Station 1 might double the number. Station 2 might add 1. If you can figure out what each station does by watching a few outputs, you can predict what comes next. Sequences work exactly this way — the "operation" is consistent, and three or four terms are usually enough to crack it.

UPSC CSAT series questions test two things: your ability to spot the pattern quickly, and your ability to verify it across all given terms (not just consecutive pairs). Questions that trip up unprepared candidates usually have a two-layer pattern — where neither the terms nor even the first differences follow an obvious rule, but the second differences do.

The types you will encounter:

The good news: UPSC CSAT does not throw exotic series at you. The patterns are drawn from a relatively small set of families. If you train your eye on those families, you will eliminate wrong options within 20-25 seconds and confirm in another 15.


Deep Dive

Family 1 — Arithmetic and Second-Order Arithmetic

An arithmetic series has a constant difference: 2, 5, 8, 11, 14 (difference = 3 throughout). These are too easy for UPSC CSAT now.

What appears more often is the second-order arithmetic series — where the differences themselves form an arithmetic sequence.

Look at 2, 3, 5, 8, 12, 17:

The general form here is that the n-th term grows roughly as n²/2. These series are recognizable because they grow slowly at first and then accelerate.

Family 2 — Geometric and Modified Geometric

A pure geometric series multiplies by a constant ratio: 3, 6, 12, 24, 48.

Modified geometric series — far more common in CSAT — follow the form: multiply by k and add (or subtract) a constant c.

The series 5, 11, 23, 47, 95 works like this:

You can also spot this through the formula 6 × 2ⁿ − 1 for n = 0, 1, 2, ..., but the recursive check is faster in the exam hall. The moment you see the terms roughly doubling, test the ×2 + c rule.

Family 3 — Perfect Powers

These are the cleanest series to identify:

The oblong (or pronic) number series n(n+1) frequently appears in CSAT. Its differences increase by 2 each time, and every term is the product of two consecutive integers.

Family 4 — Power-of-2 Minus 1

The series 3, 7, 15, 31, 63, 127 follows 2ⁿ − 1:

Equivalently, each term is 2 × previous + 1. Both perspectives give the same answer — use whichever you spot first. The doubling-plus-1 check is faster when you're working left-to-right.

Family 5 — Letter Series

Letters are just numbers in disguise. Assign positions: A=1, B=2, ... Z=26.

For the sequence A1, B2, D4, G7, L11:

Key insight: in alphanumeric sequences, the letter component and the number component follow independent rules. Solve them separately and recombine.

Spotting the Pattern — Diagnostic Steps

  1. Compute first differences. If they're constant → arithmetic. If they're in ratio → geometric.
  2. If first differences aren't obvious, compute second differences (differences of differences). If those are constant, it's a polynomial (quadratic) series.
  3. Check for powers. Are the terms recognizable as , , or n(n+1)?
  4. Check for doubling. If terms roughly double each step, test ×2 ± c.
  5. For letter series, convert to positions and track gaps separately from any number component.

Never get married to your first hypothesis. If ×2 + 1 fits four of five terms but not the fifth, the hypothesis is wrong. Adjust, don't override.


Memory Tricks and Shortcuts

patternDifference Ladder

When a series doesn't yield an obvious rule, build a triangle of differences — first differences, then differences of those, and so on. Most CSAT series resolve within two rows of differencing. If row 2 is constant, the series is quadratic. If row 1 is a ratio, it's geometric.

Micro-example for 2, 6, 12, 20, 30, 42:

  • Row 1 differences: 4, 6, 8, 10, 12 (increasing by 2 each time)
  • Row 2 differences: 2, 2, 2, 2 (constant)

Next row-1 difference = 14, so next term = 42 + 14 = 56.

Standard method (trial-and-error on options): 40-50 seconds. Difference ladder: under 20 seconds once practiced.

estimationDoubling Check

When terms roughly double from one to the next, immediately test ×2 + c where c is the small leftover. Compute T₂ − 2×T₁, T₃ − 2×T₂, T₄ − 2×T₃. If these are all the same constant c, you have the rule.

Micro-example for 5, 11, 23, 47:

  • 11 − 10 = 1, 23 − 22 = 1, 47 − 46 = 1c = 1
  • Rule confirmed in 3 subtractions. Next term: 95 × 2 + 1 = 191.

Standard method (checking all options individually): ~45 seconds. Doubling check: ~15 seconds.

patternOdd-Difference Signature for Squares

Perfect square series have a signature you can see without calculating: the differences between consecutive terms are consecutive odd numbers (3, 5, 7, 9, 11...). The moment you see differences going 3→5→7→9, you are in a square series, full stop. No computation needed to identify the family.

Micro-example: 1, 4, 9, 16, 25, ?

  • Differences: 3, 5, 7, 9 → next difference is 11 → next term = 36.

Or equivalently, count which position the missing term is in, square that position number. Either way: 5 seconds, not 20.

substitutionLetter-Number Separation

For alphanumeric sequences, never try to find one combined rule. Split the sequence into a pure letter sequence and a pure number sequence, solve each independently using the same techniques as above, then merge.

Micro-example: A1, B2, D4, G7, L11:

  • Letters only: A, B, D, G, L → gaps 1, 2, 3, 4 → next gap 5 → R
  • Numbers only: 1, 2, 4, 7, 11 → gaps 1, 2, 3, 4 → next gap 5 → 16
  • Merged: R16

Attempting to pattern-match the combined sequence: ~60 seconds and prone to error. Separation method: ~20 seconds.

patternPowers-of-2 Fingerprint

The series 3, 7, 15, 31, 63 has a fingerprint: add 1 to each term and you get 4, 8, 16, 32, 64 — clean powers of 2. Any time you see a series where every term is "just 1 less than a power of 2", add 1 to each term mentally, confirm the powers-of-2 pattern, and read off the next power minus 1.

Next power after 64 is 128, so next term is 127.

The "add 1" trick also works as a double-check: if your computed answer + 1 is a power of 2, you're correct. Standard verification: 30 seconds. Fingerprint check: 8 seconds.


Fast-Solving Framework

When you hit a series question in the exam hall, run this decision tree — in order, without skipping:

Step 1 — Eyeball the growth rate.

Step 2 — First differences. Write the gaps between consecutive terms. Are these gaps constant? Arithmetic. Are they a ratio? Geometric. Are they increasing by a fixed amount (2, 3...)? Go to Step 3.

Step 3 — Second differences or power check. If first differences increase by a constant, the series is polynomial — use Difference Ladder to find next term. Otherwise, test , , n(n+1).

Step 4 — Letter component. If the series has letters, convert to positions, solve the letter track and number track independently.

Step 5 — Verify on all terms, not just the last two. This is where candidates lose marks: they confirm the rule on the final pair and move on. Check it on at least three consecutive pairs before marking.

Total time target: 90 seconds per question for an unfamiliar pattern; 40-50 seconds once you identify the family.


Solved PYQs

Why this question: It tests the modified geometric (double-plus-constant) family — the most common camouflage for simple geometric growth in CSAT.

Previous Year Questionपिछले वर्ष का प्रश्न
In the series 5, 11, 23, 47, 95, ?, the pattern involves multiplying by 2 and adding a number. What is the next term?
श्रृंखला 5, 11, 23, 47, 95, ? में पैटर्न 2 से गुणा करना और एक संख्या जोड़ना शामिल है। अगला पद क्या है?
  1. 190
  2. 189
  3. 191
  4. 193
  1. 190
  2. 189
  3. 191
  4. 193
Solutionसमाधान
The pattern is: multiply by 2 and add 1. Term 1: 5; Term 2: 5×2+1=11; Term 3: 11×2+1=23; Term 4: 23×2+1=47; Term 5: 47×2+1=95; Term 6: 95×2+1=191. Alternatively, each term can be expressed as 6×2ⁿ - 1 for n = 0, 1, 2, 3, 4, 5, confirming the answer is 191.
पैटर्न है: 2 से गुणा करें और 1 जोड़ें। पद 1: 5; पद 2: 5×2+1=11; पद 3: 11×2+1=23; पद 4: 23×2+1=47; पद 5: 47×2+1=95; पद 6: 95×2+1=191। वैकल्पिक रूप से, प्रत्येक पद को 6×2ⁿ - 1 के रूप में व्यक्त किया जा सकता है जहाँ n = 0, 1, 2, 3, 4, 5, जो उत्तर 191 की पुष्टि करता है।

Solving path: Eyeball the series — terms roughly double. Compute T₂ − 2T₁ = 11 − 10 = 1, T₃ − 2T₂ = 23 − 22 = 1. Constant residue of 1 confirms the rule ×2 + 1. Apply: 95 × 2 + 1 = 191. Verify backwards: 47 × 2 + 1 = 95. Confirmed. Total: about 25 seconds.


Why this question: Alphanumeric sequences where both the letter-gap and the number-gap follow the same increasing pattern appear regularly in CSAT reasoning.

Previous Year Questionपिछले वर्ष का प्रश्न
In a letter-number sequence: A1, B2, D4, G7, L11, ___. What comes next?
एक पत्र-संख्या क्रम में: A1, B2, D4, G7, L11, ___। अगले में क्या आएगा?
  1. S17
  2. P14
  3. Q15
  4. R16
  1. S17
  2. P14
  3. Q15
  4. R16
Solutionसमाधान
Letters increase by: A to B (+1), B to D (+2), D to G (+3), G to L (+4), so L to ? should be +5 = R. Numbers increase by: 1 to 2 (+1), 2 to 4 (+2), 4 to 7 (+3), 7 to 11 (+4), so 11 to ? should be +5 = 16. Answer is R16. The pattern combines letter position jumps (1, 2, 3, 4, 5...) with triangular numbers (1, 3, 6, 10, 15, 21...).
पत्र बढ़ते हैं: A से B (+1), B से D (+2), D से G (+3), G से L (+4), इसलिए L से ? को +5 = R होना चाहिए। संख्याएँ बढ़ती हैं: 1 से 2 (+1), 2 से 4 (+2), 4 से 7 (+3), 7 से 11 (+4), इसलिए 11 से ? को +5 = 16 होना चाहिए। उत्तर R16 है।

Solving path: Separate the components. Letters A, B, D, G, L — gaps 1, 2, 3, 4. Next gap = 5. L is the 12th letter; 12 + 5 = 17th letter = R. Numbers 1, 2, 4, 7, 11 — gaps 1, 2, 3, 4. Next gap = 5. 11 + 5 = 16. Combine: R16. Elimination: S17 would require a +6 gap in letters (wrong), P14 requires +4 (doesn't continue the pattern). R16 is the only answer where both components satisfy the next gap of 5.


Why this question: The 2ⁿ − 1 pattern (or equivalently ×2 + 1) is a high-frequency series family. You need to recognize it in under 10 seconds.

Previous Year Questionपिछले वर्ष का प्रश्न
In the sequence 3, 7, 15, 31, 63, ?, the next term follows the pattern 2ⁿ - 1. What is the missing number?
श्रृंखला 3, 7, 15, 31, 63, ? में अगला पद 2ⁿ - 1 के पैटर्न का पालन करता है। लुप्त संख्या क्या है?
  1. 128
  2. 125
  3. 127
  4. 126
  1. 128
  2. 125
  3. 127
  4. 126
Solutionसमाधान
The pattern is 2ⁿ - 1 where n = 2, 3, 4, 5, 6, 7. Term 1: 2²−1=3; Term 2: 2³−1=7; Term 3: 2⁴−1=15; Term 4: 2⁵−1=31; Term 5: 2⁶−1=63; Term 6: 2⁷−1=127. Each term is one less than a power of 2, generating Mersenne-like numbers in this context.
पैटर्न 2ⁿ - 1 है जहाँ n = 2, 3, 4, 5, 6, 7। पद 1: 2²−1=3; पद 2: 2³−1=7; पद 3: 2⁴−1=15; पद 4: 2⁵−1=31; पद 5: 2⁶−1=63; पद 6: 2⁷−1=127। प्रत्येक पद 2 की घात से एक कम है, जो इस संदर्भ में Mersenne जैसी संख्याएँ उत्पन्न करता है।

Solving path: Apply the fingerprint trick: 3+1=4=2², 7+1=8=2³, 15+1=16=2⁴. Pattern confirmed: each term is 2ⁿ − 1. Next power: 2⁷ = 128, so next term = 127. Cross-check via ×2+1: 63×2+1 = 127. Both routes give 127. Option 128 is the planted distractor — it's the raw power without subtracting 1.


Why this question: Second-order arithmetic (increasing differences) is the workhorse of CSAT series. This question tests whether you go one level deeper.

Previous Year Questionपिछले वर्ष का प्रश्न
The sequence 2, 3, 5, 8, 12, 17, ? follows a specific pattern. What is the next number?
श्रृंखला 2, 3, 5, 8, 12, 17, ? एक विशेष पैटर्न का पालन करती है। अगली संख्या क्या है?
  1. 24
  2. 21
  3. 23
  4. 22
  1. 24
  2. 21
  3. 23
  4. 22
Solutionसमाधान
The differences between consecutive terms form a series: 1, 2, 3, 4, 5, 6. Term 1: 2; Term 2: 2+1=3; Term 3: 3+2=5; Term 4: 5+3=8; Term 5: 8+4=12; Term 6: 12+5=17; Term 7: 17+6=23. The increment itself increases by 1 each step, making this a second-order arithmetic sequence.
लगातार पदों के बीच के अंतर एक श्रृंखला बनाते हैं: 1, 2, 3, 4, 5, 6। पद 1: 2; पद 2: 2+1=3; पद 3: 3+2=5; पद 4: 5+3=8; पद 5: 8+4=12; पद 6: 12+5=17; पद 7: 17+6=23। वृद्धि स्वयं प्रत्येक चरण में 1 से बढ़ती है, जिससे यह द्वितीय-क्रम अंकगणितीय श्रृंखला बन जाती है।

Solving path: First differences: 1, 2, 3, 4, 5. These increase by 1 each time — classic second-order arithmetic. Next difference = 6. 17 + 6 = 23. Check by confirming all differences: 3−2=1, 5−3=2, 8−5=3, 12−8=4, 17−12=5. Pattern holds across all 5 pairs. Answer: 23.


Why this question: The pronic (oblong) number series n(n+1) is a recurring pattern that looks like "differences increasing by 2" — a specific sub-type worth recognizing directly.

Previous Year Questionपिछले वर्ष का प्रश्न
In the series 2, 6, 12, 20, 30, 42, ?, the next number is:
श्रृंखला 2, 6, 12, 20, 30, 42, ? में अगली संख्या है:
  1. 60
  2. 52
  3. 54
  4. 56
  1. 60
  2. 52
  3. 54
  4. 56
Solutionसमाधान
The series follows the pattern n(n+1) where n = 1, 2, 3, 4, 5, 6, 7. Term 1: 1×2=2; Term 2: 2×3=6; Term 3: 3×4=12; Term 4: 4×5=20; Term 5: 5×6=30; Term 6: 6×7=42; Term 7: 7×8=56. The differences between consecutive terms are 4, 6, 8, 10, 12, 14, which increase by 2 each time.
श्रृंखला n(n+1) के पैटर्न का पालन करती है जहाँ n = 1, 2, 3, 4, 5, 6, 7। पद 1: 1×2=2; पद 2: 2×3=6; पद 3: 3×4=12; पद 4: 4×5=20; पद 5: 5×6=30; पद 6: 6×7=42; पद 7: 7×8=56। लगातार पदों के बीच अंतर 4, 6, 8, 10, 12, 14 हैं, जो हर बार 2 से बढ़ते हैं।

Solving path: First differences: 4, 6, 8, 10, 12 — increase by 2 each time. Next difference = 14. 42 + 14 = 56. Alternatively, spot that 2=1×2, 6=2×3, 12=3×4, 20=4×5, 30=5×6, 42=6×7 — it's n(n+1). Next term: 7×8 = 56. Both paths confirm 56. Option 60 is a common error if someone extrapolates difference as 18 instead of 14 — check that the difference itself increases by 2, not by more.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →