Problem 55275. List the semiprimes

A semiprime number—or a 2-almost prime—is the product of two prime numbers. The numbers 6 = 2x3 and 9 = 3x3 are semiprimes, but 8 = 2x2x2 and 30 = 2x3x5 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

36.96% Correct | 63.04% Incorrect
Last Solution submitted on Aug 03, 2025

Solution Comments

Show comments

Problem Recent Solvers14

Suggested Problems

More from this Author309

Community Treasure Hunt

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

Start Hunting!