Build Consecutive Sequences with a Middle Term
第22讲 · 连续自然数
Represent consecutive natural, even, odd, and prime sequences precisely. Use the first term, middle term, average, product, and structural conditions to reconstruct every term.
Know which kind of “consecutive” you are building
The chapter introduction groups consecutive natural numbers, consecutive even numbers, consecutive odd numbers, and consecutive primes under one broad theme—but their gaps are not all the same.
a, a+1, a+2, …Fixed gap: 1a, a+2, a+4, …Fixed gap: 2; every term evena, a+2, a+4, …Fixed gap: 2; every term odd2, 3, 5, 7, 11, …Neighboring primes; gaps varySequence generator
Checkpoint — use the fixed numbers in each question, even if you changed the explorer
Use the middle term and average
For an odd number of equally spaced terms, the middle term is also the average. Terms equally far from the middle form equal-sum pairs.
Odd number of terms
For three consecutive natural numbers:
Even number of terms
For four consecutive natural numbers:
Middle-term builder (zero is allowed; negative terms are not valid)
Checkpoint — use the fixed numbers in each question, even if you changed the explorer
Rebuild Worked example 2
Three consecutive natural numbers have a sum divisible by 13. Their greatest term leaves remainder 4 when divided by 9. Find the least possible triple.
Let the middle number be a
The sum is 3a. Because 13 and 3 share no factor, divisibility of 3a by 13 forces:
The greatest term leaves remainder 4 when divided by 9:
Candidate ledger
The table shows multiples of 13 until the first one also has remainder 3 modulo 9.
| Middle a | Multiple of 13? | a mod 9 | Both conditions? | Triple |
|---|
Complete the worked example result
Recover a sequence from its total
If the count and common gap are known, the total determines the first term. The page verifies that the reconstructed first term is a whole number and that every term has the required parity.
Consecutive-sum solver
original Exercise 6
Five consecutive even numbers total 320.
Test 22 transfer
Twenty consecutive positive integers total 290.
Checkpoint — use the fixed numbers in each question, even if you changed the explorer
Reconstruct consecutive numbers from a product
Estimate the size of the factors, then test consecutive starts systematically. Multiply back to prove the reconstruction.
Consecutive-product search
Exercise 2
The four students have consecutive ages measured in completed whole years. The oldest student is the last term.
Exercise 3
The requested value is the first term.
Checkpoint — use the fixed numbers in each question, even if you changed the explorer
Find consecutive composite runs and consecutive prime blocks
“Consecutive composite” means adjacent natural numbers that are all composite. “Consecutive prime” means neighboring entries in the prime list.
First composite run
Consecutive prime block
Seven odd primes have an odd total. Therefore a seven-prime block with an even total must include the only even prime, 2.
The first four consecutive composite numbers
Their sum is 102. The next example extends the run by one more composite number, 28, giving a minimum five-number sum of 130.
Checkpoint — use the fixed numbers in each question, even if you changed the explorer
Use extremes, ratios, and range averages
A consecutive sequence can also be pinned down by a relationship between its first and last terms, or by the average of a complete arithmetic range.
Extreme-ratio solver
Average of multiples in a range (both endpoints included)
Seven consecutive even numbers
The last is three times the first:
Multiples of 3 from 1 through 100
The first is 3 and the last is 99, so the average is:
Checkpoint — use the fixed numbers in each question, even if you changed the explorer
Test lower bounds and complete constructions
An inequality gives a lower bound. The next allowed parity value must then be tested by building the full consecutive sequence.
Least first term for a required minimum sum
Three consecutive odd numbers
The least total not below 70 is:
Verify the previous candidate fails
This proves minimality.
Complete proof pattern
1. Create a lower bound.
2. Adjust to the required parity.
3. Build the sequence.
4. Reject the previous candidate.
Transfer checkpoint
Try it on your own — a new problem
This extra practice has its own saved checkpoint. Try it, check your answer, then use a hint or the separate worked review.
Five consecutive even numbers total 170. What is the largest?
Consecutive-sequence workshop
Correct all eight questions to complete this workshop. All responses are numerical.
Exit ticket and certificate
Correct all five questions and complete the other nine missions to unlock the certificate.
Consecutive-Sequence Architect
Awarded to
for building, reconstructing, and proving consecutive natural, even, odd, and prime sequences.
Lesson 22.1 · Chapter 22
original and lesson-design note
Interactive solvers, complete searches, parity checks, and assessments are added instructional scaffolds.Consecutive primes are treated as neighboring primes, not as a fixed-gap arithmetic sequence.