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
-
530 Solvers
-
Find the minimum element of the matrix
97 Solvers
-
ZigZag matrix with reflected format
253 Solvers
-
Returning a "greater than" vector
260 Solvers
-
2018 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!