f(i)

  1. i % 2 == 0 f(i) = i/2
  2. otherwise f(i) = 3i + 1

repeating this function Any number you pass will return 1 eventually. There is NO proof!? But it seems to be right.

We write a program that does this. yippee