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 Solvers32
Suggested Problems
-
170 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1296 Solvers
-
Create a Multiplication table matrix...
688 Solvers
-
2378 Solvers
-
815 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!