The Collatz-sequence implemented as a python generator.
See wikipedia for some information on the quite interesting Collatz conjecture
One of the unsolved problems in mathematics is: "Does the Collatz sequence eventually reach 1 for all positive integer initial values?"
I sure as hell don't know, but I do like how such a simple calculation leads to the Halting Problem..