Problem 45302. Ugly numbers - 03

For this case, a number is defined ugly if it has prime factors consisting of only elements of x. Find the nth ugly number.

  • x=[2,3,5] and n=10.
  • So the list is like -- 2,3,4,5,6,8,9,10,12,15...

so the ans is 15.

Solution Stats

57.33% Correct | 42.67% Incorrect
Last Solution submitted on Apr 09, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers21

Suggested Problems

More from this Author165

Problem Tags

Community Treasure Hunt

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

Start Hunting!