Problem 55275. List the semiprimes
A semiprime number—or a 2-almost prime—is the product of two prime numbers. The numbers
and
are semiprimes, but
and
are not. The semiprimes appear in three of Ramon Villamangca’s “Easy Sequences”: Cody Problems 52859, 52990, and 53740.
Write a function to list the semiprime numbers less than or equal to the input number.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers13
Suggested Problems
-
7756 Solvers
-
Return a list sorted by number of occurrences
2830 Solvers
-
Flip the main diagonal of a matrix
847 Solvers
-
341 Solvers
-
Create a square matrix with given conditions
112 Solvers
More from this Author299
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!