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
-
Convert a numerical matrix into a cell array of strings
2173 Solvers
-
959 Solvers
-
Given a window, how many subsets of a vector sum positive
859 Solvers
-
191 Solvers
-
6674 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!