Write a recursive method to print a Syracuse sequence that begins with a number n0 and each element ni of the sequence is ni-1 /2 if ni-1 is even and 3ni-1 + 1 otherwise. The sequence ends with 1.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.