Collatz-Sequence

Collatz Sequence is perhaps the simplest unsolved problem in mathematics.

  • Choose a number, any number.

  • If it is even half it. If its odd multiply it by 3 and add 1.

  • Repeat.

Do all the number lead to 1?

Interesting, isn't it?