Probably many of you have heard of the infamous and unsolved 3x+1 problem. Many others have not, I'm sure.
Here it is, in my words:
*****
Take any integer greater than zero. Call this number x.
If it is even, halve it. In other words, x becomes x/2
If it is odd, x becomes 3x+1
The sequence, for all numbers tested so far, ends up in the endlessly repeating loop of 4,2,1,4,2,1,4,2,1...
While many numbers have been tested by computers, this doesn't prove or disprove the conjecture that the sequence will fall into this loop. Can you provide a counterexample (it would have to be BIG), or give a proof as to why it always iterates to 1, or a proof why it sometimes doesn't? Will you be the first?
a few obvious things:
* it makes sense that to enter the endless loop of 4,2,1, a number would have to become a power of 2, from where it would quickly divide down to 1
* if x is odd, than 3x is also odd and thus 3x+1 is even
* a number, if even, will divide by the biggest power of 2 it is divisible by, and the result would be an odd number (if the odd numbers is 1, your even number was a power of 2, and have entered the endless loop
Question
unreality
Probably many of you have heard of the infamous and unsolved 3x+1 problem. Many others have not, I'm sure.
Here it is, in my words:
*****
Take any integer greater than zero. Call this number x.
If it is even, halve it. In other words, x becomes x/2
If it is odd, x becomes 3x+1
The sequence, for all numbers tested so far, ends up in the endlessly repeating loop of 4,2,1,4,2,1,4,2,1...
While many numbers have been tested by computers, this doesn't prove or disprove the conjecture that the sequence will fall into this loop. Can you provide a counterexample (it would have to be BIG), or give a proof as to why it always iterates to 1, or a proof why it sometimes doesn't? Will you be the first?
Just curious to see what you guys find.
Link to comment
Share on other sites
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.