A [[wp:Almost prime|k-Almost-prime]] is a natural number that is the product of (possibly identical) primes.
;Example:
1-almost-primes, where , are the prime numbers themselves.
2-almost-primes, where , are the [[Semiprime|semiprimes]].
;Task:
Write a function/method/subroutine/... that generates k-almost primes and use it to create a table here of the first ten members of k-Almost primes for .
;Related tasks:
* [[Semiprime]]
* [[:Category:Prime Numbers]]