Questions   
Sort: 
 #10
avatar+26400 
+12

What is the largest integer less than 2018 that cannot be written as a sum of two or more consecutive integers?

 

Two or more consecutive integers:

\(\small{ \begin{array}{|r|r|r|l|} \hline \text{consecutive} \\ \text{integers} \\ \hline 2 & n+(n+1) & = 2n + 1 & \text{all odd numbers} \\ \hline 3 & (n-1) + n + (n+1) & = 3n & \text{all multiples of}~3 \\ \hline 4 & (n-1) + n + (n+1)+(n+2) & = 2(2n+1) & \text{all odd numbers} \times 2 \\ \hline 5 & (n-2)+(n-1) + n + (n+1)+(n+2) & = 5n & \text{all multiples of}~5 \\ \hline 6 & & = 3(2n+1) & \text{all odd numbers} \times 3 \\ \hline 7 & & = 7n & \text{all multiples of}~7 \\ \hline 8 & & = 4(2n+1) & \text{all odd numbers} \times 4 \\ \hline 9 & & = 9n & \text{all multiples of}~9 \\ \hline 10 & & = 5(2n+1) & \text{all odd numbers} \times 5 \\ \hline 11 & & = 11n & \text{all multiples of}~11 \\ \hline 12 & & = 6(2n+1) & \text{all odd numbers} \times 6 \\ \hline \ldots & \\ \hline \end{array} }\)

 

Numbers can be written as a sum of two or more consecutive integers:

\(\begin{array}{|l|} \hline \text{Rule $1$: All odd numbers without $1$ }\\ \text{Rule $2$: All multiples of an odd number without $1$ }\\ \text{Rule $3$: All odd numbers $\times$ an even number without $1$ }\\\\ \text{In general all multiples of an odd number can be written }\\ \text{as sum of two or more consecutive integers (without 1)} \\ \hline \end{array}\)

 

Example:

\(\begin{array}{|rcll|} \hline 3 & 5 & 7 & 9 & 11 & 13 & 15 & \ldots \\ 6 & 10 & 14 & 18 & 22 & 26 & 30 & \ldots \\ 9 & 15 & 21 & 27 & 33 & 39 & 41 & \ldots \\ 12 & 20 & 28 & 36 & 44 & 52 & 60 & \ldots \\ 15 & 25 & 35 & 45 & 55 & 65 & 75 & \ldots \\ 18 & 30 & 42 & 54 & 66 & 78 & 90 & \ldots \\ 21 & 35 & 49 & 64 & 77 & 91 &105 & \ldots \\ 24 & 40 & 56 & 72 & 99 &104 &120 & \ldots \\ \ldots &\ldots &\ldots &\ldots &\ldots &\ldots &\ldots &\ldots \\ \hline \end{array}\)

 

So all numbers without an odd prime number in their factorisation cannot be written

as a sum of two or more consecutive integers also the number 1.

 

laugh

Nov 21, 2018

2 Online Users