In how many ways can be written as the sum of an increasing sequence of two or more consecutive positive integers?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
Consecutive integers a, ..., a+k-1 sum to k(2a+k-1)/2, so k(2a+k-1) = 690; count factor pairs of 690 whose smaller factor k is at least 2.
Solution
Suppose with terms and first term . The sum of terms is times the average of the first and last, so
The second factor exceeds (since ), so is the smaller factor in a factor pair of . The factor pairs are
For each pair, where is the larger factor; this is a positive integer exactly when is odd. Since has a single factor of , one factor in every pair is even and the other odd, so every pair works.
Discard , which is the trivial one-term sum. The remaining pairs each give a valid run, for instance : , and : .
The answer is .
Why this works
Sums of consecutive integers translate into a factorization with the two factors of opposite parity. Counting such factorizations is the same as counting odd divisors of : here has odd divisors, and dropping the trivial single-term case leaves . Remember this shortcut, but be able to derive it through the factor-pair table.
The trap
Stopping the search at small k and missing long runs such as 23 terms (4 through 26), or forgetting to throw out the one-term case k = 1.
Common mistakes
- Stopping the search at small and missing long runs such as terms ( through ), or forgetting to throw out the one-term case .
- Requiring to divide itself, which only finds the odd-length runs and misses .
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Organized listing / direct enumeration