Problem 58558. Find collatz series next number
For given x,
if x is even, output is (x/2)
if x is odd, output is (3x+1)
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers31
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5705 Solvers
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
1944 Solvers
-
166 Solvers
-
840 Solvers
-
Basics: 'Find the eigenvalues of given matrix
423 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!