f(i)
- i % 2 == 0 ⇒ f(i) = i/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
Search
Sep 01, 20251 min read
f(i)
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