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
Problem Comments
-
1 Comment
William
on 1 Feb 2020
Unlike the previous two "ugly()" problems, in this one it appears that the number "1" is not considered ugly.
Solution Comments
Show commentsProblem Recent Solvers21
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15595 Solvers
-
573 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
828 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
381 Solvers
-
69 Solvers
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!