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

26.32% Correct | 73.68% Incorrect
Last Solution submitted on May 18, 2023

Solution Comments

Show comments

Problem Recent Solvers8

Suggested Problems

More from this Author244

Community Treasure Hunt

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

Start Hunting!