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
-
Get the area codes from a list of phone numbers
1068 Solvers
-
Omit columns averages from a matrix
606 Solvers
-
Number of 1s in a binary string
10372 Solvers
-
Number of vertices of a hypercube
97 Solvers
-
2907 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!