Make a function by finding logic from this problem
logic(1) = 2
logic(2) = 6
logic(3) = 12
logic(4) = 20
Guess the logic and make function logic(x) which will return 'x' th term of series
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers494
Suggested Problems
-
4494 Solvers
-
Project Euler: Problem 4, Palindromic numbers
1265 Solvers
-
Convert a numerical matrix into a cell array of strings
2379 Solvers
-
Solve the set of simultaneous linear equations
492 Solvers
-
Generate N equally spaced intervals between -L and L
943 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!