All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Consecutive Integer Sums (Posted on 2004-06-28) Difficulty: 3 of 5
The integer 30 can be written as a sum of consecutive positive integers in three ways:
30 = 9+10+11 = 6+7+8+9 = 4+5+6+7+8.

Find the smallest positive integer which can be written as a sum of consecutive positive integers in 12 ways.

See The Solution Submitted by Brian Smith    
Rating: 4.3333 (3 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Some Thoughts Better... | Comment 6 of 22 |

I found a lower number with more sequences, 1575.  It has 17 sequences with the following lengths:

2,3,5,6,7,9,10,14,15,18,21,25,30,35,42,45,50

Those sequences are:

1575=
787-788
524-526
313-317
260-265
222-228
171-179
153-162
106-119
98-112
79-96
65-85
51-75
38-67
28-62
17-58
13-57
7-56

I plan to search a little further.

Now to ramble about my method (which I thought out as I typed).

Notice that if you average a sequence of consecutive integers, you will always get a multiple of 1/2, a whole number when the length of the sequence is odd, and a fraction when the length is even.

So, if an integer N can be written as the sum of a sequence of consecutive integers L terms long, then N/L is a multiple of 1/2.  Also, it will be a whole number iff L is odd.

Finally, notice that given the above, the smallest possible N is L(L+1)/2 (the triangle number of L).  The inverse of this function is "L is less than or equal to (1+sqrt(1+8N))/2."

So the number we're looking for is half of the smallest integer N with 12 divisors whose triangle numbers are smaller than N/2.  These divisors cannot include numbers that include some but not all of the 2 factors in N, or the number 1.

I don't know how to minimize such a number, but I do know that the number of divisors is equal to the product of one plus each of the exponents in the number's prime factorization.  This gave me a starting point, and the above ramblings gave me a good way to test it.

Edited on June 28, 2004, 6:13 pm

Edited on June 28, 2004, 6:29 pm

Edited on June 28, 2004, 6:30 pm
  Posted by Tristan on 2004-06-28 18:13:13

Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (17)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information