Find the pattern for the following sequence:
pat(1) = 1
pat(2) = 1
pat(5) = 0.04
pat(9) = 0.0123
pat(26) = 0.04
Create a function which satisfies the pattern shown above.
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers182
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3665 Solvers
-
Split a string into chunks of specified length
2055 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
712 Solvers
-
1810 Solvers
-
Calculate the average value of the elements in the array
1674 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!