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

78.95% Correct | 21.05% Incorrect
Last Solution submitted on Nov 29, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers13

Suggested Problems

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!