Guess the Logic and Make a function by finding logic from this problem.
logic(1) = 3
logic(2) = 10
logic(3) = 29
logic(4) = 66
Function logic(x) will return 'x' th term of this sequence
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers413
Suggested Problems
-
2730 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2069 Solvers
-
Project Euler: Problem 9, Pythagorean numbers
1404 Solvers
-
700 Solvers
-
212 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!
could not figure out this formula