A   [[wp:Almost prime|k-Almost-prime]]   is a natural number   n   that is the product of   k   (possibly identical) primes. ;Example: 1-almost-primes,   where   k=1,   are the prime numbers themselves.
2-almost-primes,   where   k=2,   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   1 <= K <= 5. ;Related tasks: *   [[Semiprime]] *   [[:Category:Prime Numbers]]