2.3 Number Series, Multi-Tier Sequences & Numerical Patterns

Key Takeaways

  • Number series questions evaluate inductive reasoning, quantitative extrapolation, and functional pattern recognition under strict time constraints.
  • The seven core numerical sequence families tested on the OTEE include arithmetic progressions, accelerating multi-tier differences, geometric progressions, compound alternating operations, interleaved dual streams, power/cube offsets, and cumulative look-back sequences.
  • Interleaved dual sequences weave two completely independent mathematical operations across alternating odd and even index positions, reliably identified by an oscillating 'sawtooth' trajectory.
  • Multi-step delta analysis calculates first-order (Δ1) and second-order (Δ2) differences to resolve accelerating and quadratic series rapidly on scratch paper.
  • A 5-step diagnostic algorithm systematically audits monotonicity, first differences, geometric quotients, second differences, and memorized power/cube benchmarks in under 45 seconds.
Last updated: September 2026

2.3 Number Series, Multi-Tier Sequences & Numerical Patterns

Quick Summary: Number series and numerical pattern questions assess an officer trainee's inductive cognitive capability—the ability to identify the hidden mathematical rule ordering a sequence of numerical observations and reliably extrapolate the next value. Border Services Officers continuously analyze numerical metrics: commercial vehicle axle loads, Primary Inspection Line (PIL) vehicle flow rates, radiation portal monitor (RPM) baseline count rates, and cross-border currency flows under the Proceeds of Crime (Money Laundering) and Terrorist Financing Act (PCMLTFA). On the OTEE, series questions go beyond elementary addition to evaluate multi-step delta analysis, interleaved dual streams, compound alternating operations, and power/cube offsets.


Numerical Reasoning in Border Security Operations

Border Services Officers (BSOs) routinely evaluate quantitative data streams during daily enforcement and commercial processing:

  • Traffic Flow & Primary Lane Throughput: Monitoring queue volumes and clearance velocity (vehicles per hour) to dynamically open additional primary inspection lanes during peak travel periods.
  • Commercial Axle Weight Audits: Analyzing static scale and weigh-in-motion (WIM) sensor readouts against Gross Vehicle Weight Ratings (GVWR) to detect overweight commercial trucks or localized weight anomalies indicating hidden false floor compartments.
  • Radiation Portal Monitor (RPM) Baseline Analytics: Auditing continuous gamma and neutron counts per second (CPS) emitted by incoming sea containers. Officers distinguish natural background radiation fluctuations from genuine radioactive threats (such as illicit Cesium-137, Cobalt-60, or special nuclear materials) by evaluating baseline progression rates.
  • Currency Structuring Interdiction: Under the Proceeds of Crime (Money Laundering) and Terrorist Financing Act (PCMLTFA), travelers and commercial entities must report cross-border currency transfers of $10,000 CAD or more. Smurfing and money-laundering syndicates structure cash flows into recurring incremental amounts (e.g., $9,200, $9,450, $9,700) to evade the statutory reporting threshold. Recognizing progressive numerical sequences allows intelligence officers to flag illicit financial flows.
  • Customs Duty & Tariff Ad Valorem Scaling: Applying statutory duty and tax schedules under the Customs Act and the Customs Tariff, calculating compound depreciation on imported vehicles, and verifying declared values against wholesale price index curves.

On the CBSA OTEE, Reasoning Skills questions evaluate your inductive cognitive agility—your capacity to discern the hidden mathematical function governing an ordered series of numerical observations and reliably extrapolate the next value in the progression under strict time pressure.


Deconstructing Official CBSA Sample Question 3

Official CBSA Sample Question 3 provides direct insight into the complexity of series logic evaluated on the OTEE:

Sequence: 3, 9, 4, 16, 5, 25, 6, ____

At first glance, an untrained candidate might try to compute linear differences between adjacent terms: 3 (+6) -> 9 (-5) -> 4 (+12) -> 16 (-11) -> 5 (+20) -> 25 (-19) -> 6. While a pattern exists in those differences, it is unnecessarily cumbersome to compute. Instead, decomposing the sequence reveals an elegant paired power progression:

  • The sequence consists of consecutive integers starting at 3, where each integer n is immediately followed by its square n^2:
    • Term 1 and 2: 3 and 3^2 = 9
    • Term 3 and 4: 4 and 4^2 = 16
    • Term 5 and 6: 5 and 5^2 = 25
    • Term 7 and 8: 6 and 6^2 = 36
  • Alternatively, analyzing alternating indices reveals an interleaved dual series:
    • Odd Positions (1st, 3rd, 5th, 7th): 3, 4, 5, 6 (Constant addition +1)
    • Even Positions (2nd, 4th, 6th, 8th): 9, 16, 25, ____ (Consecutive squares: 3^2, 4^2, 5^2, 6^2 = 36)

This official item confirms that OTEE questions test multi-tier patterns, power functions, and interleaved structures, rather than simple elementary school addition.


Taxonomy of Numerical Sequence Families

To rapidly identify any numerical sequence on the OTEE, you must master the seven primary mathematical sequence families:

1. Constant-Difference Linear Arithmetic Progressions

Each term is derived by adding or subtracting a fixed constant value d to the preceding term: Tn=Tn1±dT_n = T_{n-1} \pm d

  • Example: 14, 21, 28, 35, 42, ____ (Constant difference: +7; next term: 49).

2. Accelerating Arithmetic Progressions (Multi-Step Delta Analysis)

The difference between adjacent terms is not constant, but the differences themselves form an arithmetic progression. In these second-order progressions, the second difference (Δ2) is constant: Δ1n=TnTn1,Δ2n=Δ1nΔ1n1=c\Delta 1_n = T_n - T_{n-1}, \quad \Delta 2_n = \Delta 1_n - \Delta 1_{n-1} = c

  • Example: 4, 7, 12, 19, 28, 39, ____
    • First differences (Δ1): +3, +5, +7, +9, +11
    • Second differences (Δ2): +2, +2, +2, +2 (constant)
    • Next first difference: 11 + 2 = 13
    • Next term: 39 + 13 = 52.

3. Geometric Progressions

Each term is generated by multiplying or dividing the preceding term by a constant ratio r: Tn=Tn1×rorTn=Tn1÷rT_n = T_{n-1} \times r \quad \text{or} \quad T_n = T_{n-1} \div r

  • Example: 3, 6, 12, 24, 48, 96, ____ (Constant ratio: × 2; next term: 192).

4. Compound Alternating Two-Tier Operations

A single sequence alternates repeatedly between two distinct mathematical operations in a fixed recurring cycle (e.g., [× a, - b, × a, - b] or [+ a, ÷ b, + a, ÷ b]):

  • Example: 5, 15, 12, 36, 33, 99, 96, ____
    • Operation 1: 5 × 3 = 15
    • Operation 2: 15 - 3 = 12
    • Operation 1: 12 × 3 = 36
    • Operation 2: 36 - 3 = 33
    • Operation 1: 33 × 3 = 99
    • Operation 2: 99 - 3 = 96
    • Next operation is Operation 1: 96 × 3 = 288.

5. Interleaved / Dual-Stream Series

Two completely separate numerical sequences are interwoven into a single alternating list. The odd-positioned terms (1st, 3rd, 5th, 7th) follow Rule A, while the even-positioned terms (2nd, 4th, 6th, 8th) follow Rule B:

  • Example: 12, 80, 15, 75, 18, 70, 21, ____
    • Odd Track: 12, 15, 18, 21 (Rule: +3)
    • Even Track: 80, 75, 70, ____ (Rule: -5)
    • The missing value occupies Position 8 (an even position): 70 - 5 = 65.

6. Cumulative Look-Back Progressions (Fibonacci & Extended Sums)

Each term is derived by summing the preceding two (or three) terms in the series: Tn=Tn1+Tn2T_n = T_{n-1} + T_{n-2}

  • Example: 2, 3, 5, 8, 13, 21, 34, ____ (Sum of prior two terms: 21 + 34 = 55).

7. Power and Polynomial Offset Series

Terms correspond to consecutive integers raised to a power (squares or cubes), modified by a fixed or progressive offset k: Tn=n2±korTn=n3±kT_n = n^2 \pm k \quad \text{or} \quad T_n = n^3 \pm k

  • Example: 2, 5, 10, 17, 26, 37, ____
    • Evaluated as n^2 + 1: 1^2+1=2, 2^2+1=5, 3^2+1=10, 4^2+1=17, 5^2+1=26, 6^2+1=37.
    • Next term for n=7: 7^2 + 1 = 49 + 1 = 50.

Core Taxonomy of Numerical Sequence Families

Sequence FamilyStructural FormulaExemplar ProgressionNext Term Derivation
Constant-Difference Arithmetic$T_n = T_{n-1} \pm d$14, 21, 28, 35, 42, ____49 (Constant difference: +7)
Accelerating Arithmetic (2nd-Order)$T_n = T_{n-1} + d_n$ where $d_n = d_{n-1} + c$4, 7, 12, 19, 28, 39, ____52 (1st diffs: +3, +5, +7, +9, +11; 2nd diff: +2; 39 + 13 = 52)
Geometric Progression$T_n = T_{n-1} \times r$ or $\div r$3, 6, 12, 24, 48, 96, ____192 (Constant multiplier: × 2)
Compound Alternating OperationsRecurring cycle: $[\times a, - b, \times a, - b]$5, 15, 12, 36, 33, 99, 96, ____288 (Alternating cycle: × 3, then -3; 96 × 3 = 288)
Interleaved / Dual-Stream SeriesOdd: Rule A; Even: Rule B12, 80, 15, 75, 18, 70, 21, ____65 (Odd track: +3; Even track: -5; next is Even: 70 - 5 = 65)
Power & Polynomial Offsets$T_n = n^2 \pm k$ or $n^3 \pm k$2, 5, 10, 17, 26, 37, ____50 (Formula: n^2 + 1 for $n=1..6$; next is $7^2 + 1 = 50$)
Cumulative Look-Back (Fibonacci)$T_n = T_{n-1} + T_{n-2}$2, 3, 5, 8, 13, 21, 34, ____55 (Sum of previous two terms: 21 + 34 = 55)

Standard Numerical Benchmarks Reference Table

To solve power and cube series in under 15 seconds, memorize these baseline integer powers before test day:

Standard Numerical Benchmarks Reference Table

Integer ($n$)Square ($n^2$)Cube ($n^3$)Power of 2 ($2^n$)Square Minus 1 ($n^2 - 1$)Cube Plus 1 ($n^3 + 1$)
111202
248439
39278828
41664161565
5251253224126
6362166435217
74934312848344
86451225663513
98172951280730
1010010001024991001
1112113311201332
1214417281431729
1316921971682198
1419627441952745
1522533752243376

When a sequence features numbers hovering immediately adjacent to these benchmarks (e.g., 26, 63, 124, 215), immediately suspect an offset power series (n^3 - 1).


Multi-Step Delta Analysis Methodology

When adjacent differences are not constant, deploy Multi-Step Delta Analysis on your scratch paper. Arrange differences into a triangular delta array to identify higher-order constants:

Multi-Step Delta Analysis Matrix

Level 0 (Raw Terms):     3       8       18       35       61       [ ? ]
Level 1 (1st Diffs, Δ1):     +5      +10      +17      +26      [ +37 ]
Level 2 (2nd Diffs, Δ2):         +5       +7       +9       [ +11 ]
Level 3 (3rd Diffs, Δ3):              +2       +2       [ +2 ]
  1. Calculate Level 1 Differences (Δ1): 8 - 3 = 5, 18 - 8 = 10, 35 - 18 = 17, 61 - 35 = 26.
  2. Calculate Level 2 Differences (Δ2): 10 - 5 = 5, 17 - 10 = 7, 26 - 17 = 9.
  3. Detect the Constant Driver: Notice that Level 2 differences increase by a constant +2 (5, 7, 9, ...).
  4. Extrapolate Upward:
    • Next Level 2 difference: 9 + 2 = 11.
    • Next Level 1 difference: 26 + 11 = 37.
    • Next Raw Term: 61 + 37 = 98.

The 5-Step Rapid Diagnostic Algorithm (Under 45 Seconds)

When a number series item appears on your screen, follow this diagnostic hierarchy in strict order:

Step 1: Check Monotonicity vs. Zigzag Oscillations

Inspect the overall trajectory of the numbers. Are they strictly increasing, strictly decreasing, or do they oscillate up and down (e.g., rise, fall, rise, fall)?

  • If the sequence oscillates, immediately split the series into odd and even index positions. Do not waste time computing differences between adjacent terms. Over 90% of oscillating series on civil service reasoning exams are interleaved dual streams.

Step 2: Calculate First-Order Differences (Δ1)

If the sequence is monotonic (strictly increasing or decreasing), subtract adjacent terms on your scratch paper: Δ1 = T_k - T_{k-1}.

  • If Δ1 is constant (e.g., +6, +6, +6), you have a linear arithmetic progression.
  • If Δ1 forms a recognizable progression (e.g., +2, +4, +6, +8 or +3, +6, +12, +24), extrapolate the next difference and add it to the final term.

Step 3: Check Proportional Ratios (Geometric Progression)

If the numbers grow rapidly (e.g., 3, 12, 48, 192), check the quotient of adjacent terms: T_k / T_{k-1}. If the quotient is constant, multiply the last term by the common ratio r.

Step 4: Execute Multi-Step Delta Analysis (Δ2)

If first-order differences appear irregular (e.g., +5, +8, +11, +14), compute the second differences: Δ2 = Δ1_k - Δ1_{k-1}. If Δ2 is constant, the series is quadratic. Add the constant second difference to the last first difference to obtain the next first difference, then add that to the final term.

Step 5: Check Benchmark Power & Cube Proximity or Cumulative Look-Back

If differences neither stabilize nor form simple ratios, compare the raw numbers against your memorized squares and cubes. Check for offsets (n^2 ± 1, n^2 ± 2, n^3 ± 1). If this fails, test for cumulative addition (T_n = T_{n-1} + T_{n-2}).


Comprehensive Worked Walkthroughs with Border Security Scenarios

Walkthrough 1: Commercial Cargo Axle Weight Sensor Calibration

Scenario: A BSO at a commercial truck weigh station records increasing weight distribution indices across five sensor plates: 7, 12, 21, 34, 51, ____. Determine the next weight index.

  • Step 1 (Monotonicity): Strictly increasing. No zigzag.
  • Step 2 (First Differences):
    • 12 - 7 = +5
    • 21 - 12 = +9
    • 34 - 21 = +13
    • 51 - 34 = +17
    • Difference sequence Δ1: {5, 9, 13, 17}. This is an accelerating arithmetic series.
  • Step 3 (Second Differences):
    • 9 - 5 = +4
    • 13 - 9 = +4
    • 17 - 13 = +4
    • Second difference Δ2 is constant at +4.
  • Extrapolation:
    • The next first difference is 17 + 4 = 21.
    • The next term in the sequence is 51 + 21 = 72.

Walkthrough 2: Commercial Vehicle Queue Clearance Intervals

Scenario: An automated port intelligence system tracks vehicle clearance intervals (in seconds) between commercial primary booths: 5, 48, 8, 42, 11, 36, 14, ____. Predict the next clearance interval.

  • Step 1 (Monotonicity): Oscillating zigzag pattern (5 -> 48 up; 48 -> 8 down; 8 -> 42 up; 42 -> 11 down). Interleaving suspected.
  • Step 2 (Index Decomposition):
    • Odd Indices (Positions 1, 3, 5, 7): 5, 8, 11, 14
      • Rule: Constant arithmetic addition +3 (5+3=8, 8+3=11, 11+3=14).
    • Even Indices (Positions 2, 4, 6, 8): 48, 42, 36, ____
      • Rule: Constant arithmetic subtraction -6 (48-6=42, 42-6=36).
  • Extrapolation: The terminal blank occupies Position 8 (an even index). Applying the even stream rule: 36 - 6 = 30.

Walkthrough 3: Border Sensor Radiation Pulse Frequency

Scenario: A radiation detector records fluctuating pulse frequencies across consecutive scanning cycles: 3, 6, 4, 8, 6, 12, 10, ____. Identify the next frequency count.

  • Step 1 (Monotonicity): Oscillating (3 -> 6 up, 6 -> 4 down, 4 -> 8 up, 8 -> 6 down).
  • Step 2 (Operational Cycle Analysis):
    • 3 × 2 = 6
    • 6 - 2 = 4
    • 4 × 2 = 8
    • 8 - 2 = 6
    • 6 × 2 = 12
    • 12 - 2 = 10
  • Extrapolation: The governing rule is a recurring two-operation cycle: multiply by 2, then subtract 2. Following the subtraction of 2 to reach 10, the next operation must be multiplication by 2: 10 × 2 = 20.

Walkthrough 4: Automated Cargo Risk Scoring Progression

Scenario: An automated targeting system assigns progressive risk scores to incoming high-risk sea containers: 0, 7, 26, 63, 124, ____. Determine the next risk score.

  • Step 1 (Monotonicity): Rapid monotonic growth.
  • Step 2 (Difference Audit): Diffs: +7, +19, +37, +61. Second diffs: +12, +18, +24. Third diffs: +6, +6 (cubic polynomial).
  • Step 3 (Benchmark Power Proximity): Compare directly against known cubes (1, 8, 27, 64, 125, 216):
    • 1^3 - 1 = 1 - 1 = 0
    • 2^3 - 1 = 8 - 1 = 7
    • 3^3 - 1 = 27 - 1 = 26
    • 4^3 - 1 = 64 - 1 = 63
    • 5^3 - 1 = 125 - 1 = 124
  • Extrapolation: The series represents n^3 - 1 for consecutive integers $n=1,2,3,4,5$. The next term for $n=6$ is 6^3 - 1 = 216 - 1 = 215.

Strategic Pacing and Common Exam Traps

  1. Premature Rule Generalization: Formulating a rule based only on the first two terms without verifying it against subsequent terms. A transition like 2 -> 4 could represent +2, ×2, or 2^2. Always verify candidate rules across at least three transitions.
  2. Computing Linear Diffs on Oscillating Series: Candidates waste minutes trying to reconcile erratic first differences on alternating sequences. The moment numbers zigzag up and down, immediately bifurcate into odd and even tracks.
  3. Index Target Misalignment: In an interleaved series, candidates frequently calculate the next term for the wrong stream (e.g., computing the next odd term when the blank occupies an even index). Always verify the target index position before calculating.
  4. Ignoring Power Offsets: When terms grow rapidly but are not simple multiples, compare values against memorized benchmark squares ($n^2 \pm 1$) and cubes ($n^3 \pm 1$).
Loading diagram...
5-Step Rapid Numerical Sequence Diagnostic Flowchart
Test Your Knowledge

What is the next number in the following sequence? 6, 64, 11, 56, 16, 48, 21, ____

A
B
C
D
Test Your Knowledge

Identify the missing number in the accelerating arithmetic sequence below: 3, 8, 18, 35, 61, ____

A
B
C
D
Test Your Knowledge

What is the next term in the following progression? 2, 9, 28, 65, 126, ____

A
B
C
D
Test Your Knowledge

What is the next number in the compound alternating sequence below? 4, 12, 8, 24, 16, 48, 32, ____

A
B
C
D