Problem 69. Find the peak 3n+1 sequence value
Solution Stats
Problem Comments
-
10 Comments
Nice one
Good problem!
good.
If you want to add more tests: https://oeis.org/A006884 and https://oeis.org/A006885 contain the relevant sequences.
Why the leading solution size is 0 ? Is it for everyone or just me
@Tanzil Parvez (Emon): the hack solutions (hopefully all) have been deleted from this problem.
Wrong test cases! I checked on internet and found all the test cases except case 1 are wrong.
The test cases are all correct. You have simply not understood what the question is asking.
Broken link in description.
Link has been updated.
Solution Comments
-
1 Comment
How would I speed this up?
If I input nmax = 2^60, my program cannot finish.
-
1 Comment
This solution will fail for nmax = 2; so I had to swap the order of two lines. See Solution 1088355.
-
1 Comment
wrong, corrected in soln 329062
-
1 Comment
Clever pattern, but still gaming the system. This is not the absolute highest Collatz peak as you go to infinity. Yuval, you should be ashamed of submitting this without apologies.
-
4 Comments
This really doesn't solve the problem it's just gaming the results.
Boo.
Ooooooh this is evil.
Pathetic
Problem Recent Solvers1817
Suggested Problems
-
917 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
1347 Solvers
-
267 Solvers
-
10428 Solvers
-
Back to basics - mean of corner elements of a matrix
368 Solvers
More from this Author96
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!