"How I would love to see Syracuse..." What is this famous Collatz conjecture? Take any integer and apply the following process:
• if it is odd, multiply it by 3 and add 1;
• if it is even, divide it by 2.
Then repeat the process with the result, then with the new result, and so on. That's all there is to it!
The sequence of values obtained is called the trajectory (or orbit) of the initial integer.