The Collatz function is not very elegant in that the odd  case is always even because  is odd, so it is always predictably followed by a division by two. This is not the case for the even case, where the result can be either even or odd.
 Articles by others on the same topic
There are currently no matching articles.