Guess the Logic!
logic(1) = 1
logic(2) = 2
logic(3) = 3
logic(4) = 6
logic(5) = 9
logic(6) = 18
logic(7) = 27
logic(8) = 54
Make a function logic(x) which will return value equivalent to logic.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers212
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2061 Solvers
-
Project Euler: Problem 9, Pythagorean numbers
1404 Solvers
-
530 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
1879 Solvers
-
Double all elements in the array
2398 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!