I've written down the first 1000 positive integers:
Suppose that is the minimum number of times Step 1 needs to be executed until there is just one number left.
What can we say about
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If we started with 2 N , we would take N steps and end with a single number.
But 1 0 0 0 is not in the format 2 N .
When we get to 1 2 5 , taking out evens will not take out half the numbers. 1 will stay, and so will 1 2 5 . The number will go down to 2 1 2 6 rather than 2 1 2 5 . It will therefore be larger then one half of the previous number.
So taking 2 N will come up with a larger number than 1 0 0 0 . (As a matter of fact it will be 1 0 2 4 = 2 1 0 ) .