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
-
5997 Solvers
-
244 Solvers
-
Sum of first n terms of a harmonic progression
453 Solvers
-
Calculate the area of a triangle between three points
3222 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
840 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!