8.1 Number Series & Numerical Sequences
Key Takeaways
- Number series questions on the NAPOLCOM PNPE assess inductive pattern recognition, requiring test-takers to extrapolate general mathematical rules from limited numerical instances under strict 45-to-60-second item constraints without electronic calculators.
- Numerical sequences fall into distinct mathematical archetypes: arithmetic progressions (constant difference d), geometric progressions (constant ratio r), two-tier quadratic difference series, alternating interleaved sequences, cumulative Fibonacci variants, polynomial power progressions, and mixed operational patterns.
- Two-tier sequences feature variable first differences that themselves form an arithmetic progression with a constant second difference, representing quadratic growth governed by quadratic polynomials.
- Alternating and interleaved series weave two independent mathematical progressions into alternating odd and even positional indices, recognizable by directional oscillations or sequences presenting seven or more terms.
- The 5-Step Diagnostic Protocol (Trajectory Inspection, First-Difference Delta Mapping, Second-Difference Analysis, Multiplicative Ratio/Power Check, and Positional Decoupling) isolates the generating rule within 45 seconds while avoiding tempting distractor options.
Number Series & Numerical Sequences
NAPOLCOM publishes verbal and non-verbal Logical Reasoning coverage but does not publish a percentage weight or item count for it. Among the various cognitive assessment domains, numerical sequences and number series represent one of the purest measures of an applicant's inductive reasoning—the capacity to examine discrete observational data, detect underlying mathematical structures, and project that pattern forward to deduce unknown outcomes. In law enforcement administration and operational crime analysis, this cognitive facility directly underpins the ability to detect temporal crime patterns, predict patrol logistics demands, and identify anomalous statistical trends.
Independent Preparation Notice: This study module is independently developed by OpenExamPrep to assist prospective applicants in mastering the logical reasoning concepts required for the examination. OpenExamPrep is an independent educational publisher and is not affiliated with, endorsed by, or partnered with the National Police Commission (NAPOLCOM) or the Philippine National Police (PNP).
1. Inductive Logic & Numerical Reasoning on the PNPE
Unlike quantitative word problems that provide explicit narrative conditions and require deductive calculation, number series questions present an unstated mathematical function embedded within a sequence of integers:
The candidate's objective is to reverse-engineer the governing algorithm within seconds.
The Operational Constraint: Time and the Calculator Ban
Under official NAPOLCOM examination rules, electronic calculators and smart digital devices are strictly prohibited. Candidates face a 180-minute overall testing window, but the official current announcement does not publish a fixed item count or per-item allocation. Efficient recognition of number-series rules can preserve time for longer reading and quantitative problems. Achieving that efficiency requires shifting from unguided trial-and-error to systematic pattern recognition based on sequence taxonomies and diagnostic algorithms.
2. Taxonomy of Numerical Sequences: Core Archetypes
Every number series encountered on civil service and police entrance examinations belongs to one of seven primary mathematical archetypes or a hybrid combination thereof.
NUMERICAL SEQUENCES
│
┌────────────────┬────────────────┼────────────────┬────────────────┐
▼ ▼ ▼ ▼ ▼
Arithmetic Geometric Two-Tier Interleaved Cumulative
(Linear d) (Ratio r) (Delta 2) (Dual-Track) (Fibonacci)
│ │ │ │ │
└────────────────┴────────────────┴────────────────┴────────────────┘
│
┌──────────┴──────────┐
▼ ▼
Polynomial Compound
(Powers / n²) (Mixed Ops)
A. Arithmetic Progressions (Linear First Differences)
An arithmetic progression is characterized by a constant common difference $d$ between any two consecutive terms:
- Ascending Progression ($d > 0$): The values grow at a constant linear rate.
- Example: $14, 23, 32, 41, 50, [59]$
- Analysis: $23 - 14 = +9$; $32 - 23 = +9$; $41 - 32 = +9$; $50 - 41 = +9$. Adding $9$ to $50$ yields $59$.
- Descending Progression ($d < 0$): The values decrease at a constant linear rate.
- Example: $91, 83, 75, 67, 59, [51]$
- Analysis: $83 - 91 = -8$; $75 - 83 = -8$; $67 - 75 = -8$. Subtracting $8$ from $59$ yields $51$.
- Fractional or Decimal Differences: Differences need not be whole integers.
- Example: $3.25, 5.0, 6.75, 8.5, [10.25]$ ($d = +1.75$).
B. Geometric Progressions (Exponential Growth and Constant Ratios)
A geometric progression is formed when each successive term is generated by multiplying the preceding term by a constant common ratio $r$:
- Rapid Integer Expansion: When $r \ge 2$, terms escalate exponentially.
- Example: $4, 12, 36, 108, 324, [972]$
- Analysis: $12 \div 4 = 3$; $36 \div 12 = 3$; $108 \div 36 = 3$; $324 \div 108 = 3$. Multiplying $324 \times 3$ yields $972$.
- Fractional Contraction (Division Series): When $0 < r < 1$, terms diminish rapidly toward zero.
- Example: $640, 320, 160, 80, 40, [20]$ ($r = 1/2$ or dividing by $2$).
- Alternating Signs: When the common ratio is negative ($r < 0$), the sequence oscillates between positive and negative values.
- Example: $5, -15, 45, -135, 405, [-1,215]$ ($r = -3$).
C. Two-Tier & Difference of Differences Series (Quadratic Rates of Change)
In a two-tier sequence, the first differences between consecutive terms ($\Delta_1$) are not constant. However, calculating the difference between those first differences—the second difference ($\Delta_2$)—reveals a constant value $c$:
Mathematically, a constant second difference indicates that the sequence is quadratic, governed by $a_n = An^2 + Bn + C$, where the constant second difference equals $2A$ ($c = 2A$).
Step-by-Step Worked Demonstration
Consider the series: $5, 11, 19, 29, 41, [?]$
- Compute First Differences (Tier 1):
- $11 - 5 = +6$
- $19 - 11 = +8$
- $29 - 19 = +10$
- $41 - 29 = +12$
- First difference row: $+6, +8, +10, +12$
- Compute Second Differences (Tier 2):
- $8 - 6 = +2$
- $10 - 8 = +2$
- $12 - 10 = +2$
- Second difference is constant: $\Delta_2 = +2$.
- Extrapolate Forward:
- The next first difference must be $12 + 2 = +14$.
- The missing term is $41 + 14 = 55$.
Descending Two-Tier Example: $95, 83, 69, 53, 35, [?]$
- $\Delta_1$: $-12, -14, -16, -18$
- $\Delta_2$: $-2, -2, -2$ (constant second difference)
- Next $\Delta_1$: $-18 + (-2) = -20$
- Missing term: $35 - 20 = 15$.
D. Alternating & Interleaved Sequences (Dual-Track Progressions)
An interleaved sequence merges two entirely distinct mathematical progressions into a single alternating stream. One rule governs terms in the odd positions ($1^{\text{st}}, 3^{\text{rd}}, 5^{\text{th}}, 7^{\text{th}}$), while a completely independent rule governs terms in the even positions ($2^{\text{nd}}, 4^{\text{th}}, 6^{\text{th}}, 8^{\text{th}}$).
Diagnostic Hallmarks of Interleaved Series
- The sequence contains seven or more terms (examiners must provide enough terms for both interleaved sub-series to establish their patterns).
- The numbers fluctuate irregularly (e.g., up, down, up, down) rather than moving monotonically.
- Standard first-difference calculations yield erratic, non-repeating deltas.
Step-by-Step Worked Demonstration
Consider the series: $9, 42, 13, 37, 17, 32, 21, [?]$
- Decouple Odd and Even Indices:
- Odd Track ($1^{\text{st}}, 3^{\text{rd}}, 5^{\text{th}}, 7^{\text{th}}$): $9, 13, 17, 21$
- Even Track ($2^{\text{nd}}, 4^{\text{th}}, 6^{\text{th}}$): $42, 37, 32$
- Analyze Independent Rules:
- Odd Track: $9 + 4 = 13$; $13 + 4 = 17$; $17 + 4 = 21$ (Arithmetic sequence with $d = +4$).
- Even Track: $42 - 5 = 37$; $37 - 5 = 32$ (Arithmetic sequence with $d = -5$).
- Identify Target Slot:
- The missing term occupies the $8^{\text{th}}$ position, which is an even slot.
- Apply the even track rule: $32 - 5 = 27$.
E. Cumulative & Fibonacci-Style Sequences
In a cumulative sequence, each term is generated by performing an arithmetic operation on the preceding two or three terms:
- Standard Fibonacci Sequence: $0, 1, 1, 2, 3, 5, 8, 13, 21, 34, [55]$
- Each term is the exact sum of the prior two terms ($13 + 21 = 34$; $21 + 34 = 55$).
- Shifted Lucas Sequences: Start with non-standard initial integers but follow the summation rule.
- Example: $4, 7, 11, 18, 29, 47, [76]$
- Analysis: $4 + 7 = 11$; $7 + 11 = 18$; $11 + 18 = 29$; $18 + 29 = 47$. Adding $29 + 47$ yields $76$.
- Cumulative Product Sequences: Each term is the product of the prior two terms.
- Example: $2, 3, 6, 18, 108, [1,944]$ ($18 \times 108 = 1,944$).
- Tribonacci Sequences: Each term sums the prior three terms ($a_n = a_{n-1} + a_{n-2} + a_{n-3}$).
- Example: $1, 2, 4, 7, 13, 24, [44]$ ($7 + 13 + 24 = 44$).
F. Polynomial, Square & Cube Progressions
Civil service examinations frequently utilize sequences derived from powers of integers ($n^2, n^3$) or algebraic modifications ($n^2 \pm k, n^3 \pm k$):
| $n$ | Perfect Square ($n^2$) | Square Plus Constant ($n^2 + 2$) | Square Minus Rank ($n^2 - n$) | Perfect Cube ($n^3$) | Cube Minus Rank ($n^3 - n$) |
|---|---|---|---|---|---|
| 1 | 1 | 3 | 0 | 1 | 0 |
| 2 | 4 | 6 | 2 | 8 | 6 |
| 3 | 9 | 11 | 6 | 27 | 24 |
| 4 | 16 | 18 | 12 | 64 | 60 |
| 5 | 25 | 27 | 20 | 125 | 120 |
| 6 | 36 | 38 | 30 | 216 | 210 |
| 7 | 49 | 51 | 42 | 343 | 336 |
| 8 | 64 | 66 | 56 | 512 | 504 |
- Pronic Numbers ($n^2 + n$ or $n(n+1)$): $2, 6, 12, 20, 30, 42, 56, [72]$ ($8 \times 9 = 72$).
- Shifted Cubes ($n^3 - 1$): $0, 7, 26, 63, 124, 215, [342]$ ($7^3 - 1 = 343 - 1 = 342$).
G. Mixed Operational Patterns (Compounding Operations)
In mixed operational patterns, each step combines two distinct mathematical operations, such as multiplying by an integer and adding/subtracting a constant or variable:
- Constant Multiplier with Incrementing Addend:
- Example: $3, 7, 16, 35, 74, [153]$
- Step 1: $(3 \times 2) + 1 = 7$
- Step 2: $(7 \times 2) + 2 = 16$
- Step 3: $(16 \times 2) + 3 = 35$
- Step 4: $(35 \times 2) + 4 = 74$
- Step 5: $(74 \times 2) + 5 = 148 + 5 = 153$.
- Alternating Operations:
- Example: $4, 8, 5, 10, 7, 14, 11, [22]$
- Rule: Alternates between $\times 2$ and $-3$ ($4 \times 2 = 8$; $8 - 3 = 5$; $5 \times 2 = 10$; $10 - 3 = 7$; $7 \times 2 = 14$; $14 - 3 = 11$; $11 \times 2 = 22$).
3. The 5-Step Diagnostic Protocol (Under 45 Seconds)
To solve series problems accurately under high-pressure exam conditions, candidates should execute this standardized diagnostic protocol rather than guessing random operations:
- Step 1: Rapid Trajectory & Magnitude Scan (0–5 seconds):
- Observe the slope: Does the sequence grow gently (arithmetic/linear), steeply (geometric/power), or does it oscillate up and down?
- If the values oscillate or if the question provides 7 or more terms, jump directly to Step 5 (Interleaving).
- Step 2: First-Difference Delta Mapping (5–15 seconds):
- Write down the differences $\Delta_1 = a_{n+1} - a_n$ beneath the first four terms.
- If $\Delta_1$ is constant, an Arithmetic Progression has been identified.
- If $\Delta_1$ forms a recognizable progression (such as $+2, +4, +6, +8$ or $+3, +9, +27$), the pattern is resolved.
- Step 3: Second-Difference Delta Verification (15–25 seconds):
- If $\Delta_1$ is not immediately obvious, calculate second differences $\Delta_2 = \Delta_{1(n+1)} - \Delta_{1(n)}$.
- If $\Delta_2$ is constant, a Two-Tier Quadratic Series has been identified.
- Step 4: Ratio, Power & Mixed Operation Check (25–35 seconds):
- If the differences explode rapidly, test ratios: $a_{n+1} / a_n$.
- Compare numbers against benchmark squares ($n^2$) and cubes ($n^3$).
- Test combined linear operations: Does $a_{n+1} \approx 2a_n$ or $3a_n$?
- Step 5: Positional Interleaving Decoupling (35–45 seconds):
- Split the sequence into odd and even positional indices.
- Solve the target position independently.
4. Master Pattern Archetype Comparison Table
| Archetype | Structural Indicator | Mathematical Rule | Exemplar Series | Next Term |
|---|---|---|---|---|
| Arithmetic | Steady linear increase or decrease | $a_n = a_{n-1} + d$ | $17, 25, 33, 41, 49$ | 57 ($+8$) |
| Geometric | Rapid exponential growth or division | $a_n = a_{n-1} \times r$ | $6, 18, 54, 162, 486$ | 1,458 ($\times 3$) |
| Two-Tier Quadratic | Non-constant first differences; steady delta growth | $\Delta_{2} = c$ (constant) | $3, 8, 15, 24, 35$ | 48 ($\Delta_1 = +13$) |
| Interleaved | 7+ terms; oscillating or zig-zag path | Two distinct sub-tracks | $5, 40, 10, 35, 15, 30, 20$ | 25 (Even: $-5$) |
| Fibonacci / Cumulative | Each term approximates sum of prior terms | $a_n = a_{n-1} + a_{n-2}$ | $2, 5, 7, 12, 19, 31$ | 50 ($19 + 31$) |
| Power / Polynomial | Values cluster near squares or cubes | $a_n = n^2 \pm k$ or $n^3 \pm k$ | $3, 10, 29, 66, 127$ | 218 ($n^3 + 2$) |
| Mixed Operations | Steep growth exceeding arithmetic but below geometric | $a_n = m \cdot a_{n-1} + n$ | $2, 5, 12, 27, 58$ | 121 ($\times 2 + 1, 2, 3, 4, 5$) |
5. Identifying and Eliminating Distractor Traps
Test-design committees construct multiple-choice options with deliberate distractors designed to catch careless test-takers:
- Trap 1: The False Arithmetic Assumption: Extrapolating a rule after checking only the first two terms. For instance, in $2, 4, 8, 16$, assuming the rule is $+2$ because $4 - 2 = 2$, leading to an erroneous guess of $6$.
- Trap 2: Conflating Prime Numbers with Odd Numbers: A sequence starting $2, 3, 5, 7, 11, 13$ is governed by prime numbers, not odd numbers. The next term is $17$, but examiners will invariably include $15$ as the primary distractor.
- Trap 3: Target Position Misalignment in Interleaved Series: In an interleaved sequence, failing to check whether the missing slot is odd or even, resulting in applying the wrong sub-track's formula.
- Trap 4: Premature Rule Selection: Failing to verify the hypothesized formula across all provided terms before committing the answer to the official answer sheet.
What is the next number in the following numerical sequence: 6, 11, 18, 27, 38, __?
Determine the missing value in the following series: 8, 28, 11, 25, 14, 22, 17, __, 20.
What is the next term in the numerical sequence: 3, 8, 27, 112, 565, __?