>>1
If you going to post open mathematical problems, at least found problem that is not known to any retard.
Name:
Anonymous2011-02-09 12:14
n must be a positive natural number.
If you get any number that equal to a power of two, eventually it will get back to two and then become 1 and quit. If you get any number that is not even, you will turn it into an even number (multiplying odd numbers always produce odd numbers) and will eventually become a power of two number. In the following example, 3 becomes 10 becomes 5 becomes 16 which reduces to 1. (3)*3 + 1 = 10
(10)/2 = 5
(5)+3 + 1 = 16
(16)/2 = 8
(8)/2 = 4
(4)/2 = 2
(2)/2 = 1
To further demonstrate: [m](7)*3 + 1 = 22
(22)/2 = 11
(11)*3 + 1 = 34
(34)/2 = 17
(17)*3 + 1 = 52
(52)/2 = 26
(26)/2 = 13
(13)*3 + 1 = 40
(40)/2 = 20
(10)/2 = 5
...
(2)/2 = 1[m]
What I am not certain how to explain is how this formula is guaranteed to encounter a power of two number.