Make a function which takes one positive integer n and returns a matrix with the numbers of the form (2^i)*(3^j)*(5^k) which are lower or equal to n (i,j,k integers).
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers683
Suggested Problems
-
Rotate and display numbered tile
384 Solvers
-
Are all the three given point in the same line?
607 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
14136 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
733 Solvers
-
Relative ratio of "1" in binary number
1661 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The problem statement should specify that i, j, and k are non-negative integers or the number of answers becomes infinite.
Also, why is 1 not included in all of the answers. 2^0*3^0*5^0 = 1
This problem requests the set of hamming numbers without the number one for some reason. https://rosettacode.org/wiki/Hamming_numbers