Guess Logic!
logic(1) = 120
logic(2) = 60
logic(3) = 180
logic(4) = 45
logic(5) = 225
Make a function logic(x) which will return 'x' th term of sequence
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers394
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6753 Solvers
-
2470 Solvers
-
Project Euler: Problem 4, Palindromic numbers
1276 Solvers
-
4586 Solvers
-
1521 Solvers
More from this Author40
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Please add more cases to the test suite, or else it is trivial to solve this problem.
Rafael is right and since you made this into a badge problem it is even more essential to fix this