Problem 365. Numbers with prime factors 2, 3 and 5.

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

28.65% Correct | 71.35% Incorrect
Last Solution submitted on Jan 12, 2026

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers681

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!