2.3 Number & Letter Sequences

Key Takeaways

  • Sequence items assess inductive logic by requiring candidates to extract underlying mathematical or alphabetical progression rules from limited terms.
  • Interleaved (alternating) sequences embed two independent rules across alternating odd and even indices; spotting oscillating terms is the key diagnostic signal.
  • Master foundational progression models: constant first-order differences, accelerating second-order differences, geometric multipliers, perfect squares, and Fibonacci sums.
  • Alphabetical sequences map directly to integer positions (A=1 to Z=26); cyclical modular arithmetic (wrapping past Z to A) frequently appears on federal exams.
  • Deploy the 4-step sequence diagnostic algorithm (Monotonicity -> First Differences -> Second Differences/Ratios -> Interleaved Split) to solve series within 45 seconds.
Last updated: September 2026

Number & Letter Sequences

Core Competency: Reasoning Skills — Inductive Logic & Pattern Progression
Exam Relevance: High. Number, letter, and mixed alphanumeric sequences form a core component of the Reasoning section of the OTEE, testing quantitative intuition and pattern extrapolation under time constraints.

In border security analytics, operational data arrives in sequential streams: travel frequency logs, commercial convoy crossing schedules, flight arrival time intervals, and automated license plate reader timestamps. Intelligence analysts and frontline officers must detect anomalous patterns or extrapolate expected baseline activity from partial sequences. On the OTEE, sequence questions measure inductive reasoning—the ability to derive a general operational rule from specific observations and apply that rule to predict the next term.


The Anatomy of Sequence Questions on the OTEE

Sequence items on the OTEE typically present a string of numbers, letters, or alphanumeric pairs with one or two missing values indicated by brackets or a question mark:

  • Numerical Progression: 3, 8, 15, 24, 35, [ ? ]
  • Interleaved Sequence: 4, 19, 7, 16, 10, 13, [ ? ]
  • Alphanumeric Series: C04, F09, I16, L25, [ ? ]

Candidates must determine the governing rule and choose the correct replacement from four multiple-choice options.


Primary Numerical Progression Models

Every sequence on the OTEE is governed by one of five foundational mathematical structures.

1. Arithmetic Progressions (First-Order & Second-Order)

  • Constant Common Difference (First-Order): A fixed value $d$ is added or subtracted between consecutive terms. Example: 7,13,19,25,31,(d=+6)\text{Example: } 7, 13, 19, 25, 31, \dots \quad (d = +6)
  • Accelerating Common Difference (Second-Order): The difference between terms increases or decreases by a constant increment $(\Delta_2 = \text{constant})$.
    Terms:          2       5      10      17      26      [ 37 ]
    1st Diff (Δ1):     +3      +5      +7      +9     [ +11 ]
    2nd Diff (Δ2):         +2      +2      +2      +2
    
    If first differences are not equal, always calculate the differences between the differences.

2. Geometric & Ratio Progressions

Each term is multiplied by a constant ratio $r$ (where $r$ can be positive, negative, or fractional):

  • Doubling Series: $3, 6, 12, 24, 48, [96] \quad (r = 2)$
  • Alternating Signs: $5, -15, 45, -135, [405] \quad (r = -3)$
  • Fractional Halving: $160, 80, 40, 20, [10] \quad (r = 0.5)$

3. Exponent & Power Series ($n^2, n^3, n^2 \pm k$)

Sequences built on squares and cubes are extremely common on Canadian federal exams:

  • Perfect Squares: $1, 4, 9, 16, 25, 36, 49, 64, 81, 100$
  • Adjusted Squares ($n^2 - 1$): $0, 3, 8, 15, 24, 35, [48]$
  • Adjusted Squares ($n^2 + n$): $2, 6, 12, 20, 30, 42, [56]$
  • Perfect Cubes ($n^3$): $1, 8, 27, 64, 125, [216]$

4. Recursive & Accumulator Series (Fibonacci-Style)

In a recursive series, each new term is the sum (or product) of the two preceding terms: xn=xn1+xn2x_n = x_{n-1} + x_{n-2} Example: 2,3,5,8,13,21,[34]\text{Example: } 2, 3, 5, 8, 13, 21, [34] Variations may add the previous two terms plus a constant (e.g., $x_n = x_{n-1} + x_{n-2} + 1$).

5. Interleaved (Alternating / Two-Track) Sequences

When a sequence fails to follow a single smooth curve, it is almost always two distinct series intertwined at alternating indices:

  • Odd Positions (1st, 3rd, 5th, 7th): Governed by Rule A.
  • Even Positions (2nd, 4th, 6th, 8th): Governed by Rule B.
Sequence:       5,   28,   9,   24,   13,   20,   17,   [ ? ]
Odd Indices:    5 -------> 9 -------> 13 -------> 17        (+4 each step)
Even Indices:        28 -------> 24 -------> 20 -------> [ 16 ] (-4 each step)

The target term is at Position 8 (an even index), so the answer is $20 - 4 = 16$.

Pro Tip: If a sequence goes UP, then DOWN, then UP, then DOWN, split it into odd and even positions immediately!


Alphabetical Sequences & Caesar Ciphers

Alphabetical sequences test letter-position relationships. The first step in mastering these questions is memorizing the numerical position of key anchor letters in the 26-letter English alphabet:

Anchor LetterNumerical PositionMemory Device
A1Alphabet Start
E5E-J-O-T-Y Rule (Multiples of 5)
J10E-J-O-T-Y Rule
M13Exact Midpoint (13 of 26)
N14Second Half Start
O15E-J-O-T-Y Rule
T20E-J-O-T-Y Rule
Y25E-J-O-T-Y Rule
Z26Alphabet End

Alphabet Progression Variations

  • Constant Step Skip: C (3), F (6), I (9), L (12), [ O (15) ] ($+3$ letters).
  • Expanding Step Skip: B (2), D (4), G (7), K (11), [ P (16) ] (Steps: $+2, +3, +4, +5$).
  • Circular / Wrap-Around Arithmetic: If a pattern adds $+5$ starting at $W (23)$: $23 + 5 = 28$. Because the alphabet has 26 letters, subtract 26: $28 - 26 = 2$, yielding B.
  • Alphanumeric Hybrids: Each element combines a letter and a number governed by linked rules. In B04, D08, F16, H32, letters advance by $+2$ (B, D, F, H -> J), while numbers double ($4, 8, 16, 32 \to 64$), giving J64.

The 4-Step Sequence Diagnostic Algorithm

When faced with any sequence on test day, execute this 4-step triage:

[Step 1: Check Monotonicity]
Is the sequence strictly increasing or strictly decreasing?
  -> YES: Proceed to Step 2 (Single Series).
  -> NO (Oscillating up/down): Skip to Step 4 (Interleaved Series).

[Step 2: Calculate First Differences (Δ1)]
Compute (x_{k+1} - x_k) for all adjacent pairs.
  -> Constant difference? -> Arithmetic Series (Done).
  -> Constant ratio? -> Geometric Series (Done).

[Step 3: Test Higher-Order Relationships]
If Δ1 changes systematically:
  -> Calculate Second Differences (Δ2). Is Δ2 constant? -> Quadratic/2nd-Order Series.
  -> Compare terms to squares (n^2) or cubes (n^3).
  -> Check if term equals sum of prior two terms (Fibonacci).

[Step 4: Interleaved Split]
Split series into Odd Terms [1, 3, 5, 7] and Even Terms [2, 4, 6, 8].
Analyze each sub-series independently.

Master Reference Table of Common Patterns

Pattern TypeDefining Mathematical FormulaSample SequenceIdentification Cue
Arithmetic (Linear)$x_n = x_{n-1} + d$$4, 11, 18, 25, 32$Steady, uniform growth or decline.
Second-Order Diff$\Delta_1 = \Delta_{1,\text{prev}} + c$$1, 4, 9, 16, 25$Differences increase at a linear rate.
Geometric (Exponential)$x_n = x_{n-1} \times r$$2, 6, 18, 54, 162$Rapid explosive growth; constant quotient.
Square Series ($n^2$)$x_n = n^2$$1, 4, 9, 16, 25, 36$Values match integer squares.
Adjusted Squares$x_n = n^2 \pm k$$3, 8, 15, 24, 35$Values are exactly 1 less than square numbers.
Triangular Numbers$T_n = \frac{n(n+1)}{2}$$1, 3, 6, 10, 15, 21$Increments grow by $+2, +3, +4, +5, +6$.
Fibonacci / Additive$x_n = x_{n-1} + x_{n-2}$$3, 5, 8, 13, 21, 34$Each term is the sum of previous two.
Interleaved Two-Track$x_{\text{odd}} = f(n), x_{\text{even}} = g(n)$$8, 30, 11, 25, 14, 20$Alternating values bounce high and low.
Test Your Knowledge

What number logically completes the following sequence? 4, 27, 8, 22, 12, 17, 16, [ ? ]

A
B
C
D
Test Your Knowledge

Determine the next number in the sequence: 2, 5, 10, 17, 26, [ ? ]

A
B
C
D
Test Your Knowledge

An officer evaluating risk indicators notes an alphanumeric pattern generated by an automated monitoring sensor. Identify the missing term in the sequence: B03, E06, H12, K24, [ ? ]

A
B
C
D