Semiprime numbers are natural numbers that are products of exactly two (possibly equal) [[prime_number|prime numbers]].
'''Semiprimes''' are also known as:
:::* '''semi-primes'''
:::* '''biprimes'''
:::* '''bi-primes'''
:::* ''' ''2-almost'' ''' primes
:::* or simply: ''' ''P2 '' '''
;Example:
1679 = 23 × 73
(This particular number was chosen as the length of the [http://en.wikipedia.org/wiki/Arecibo_message Arecibo message]).
;Task:
Write a function determining whether a given number is semiprime.
;See also:
* The Wikipedia article: [[wp:Semiprime|semiprime]].
* The Wikipedia article: [[wp:Almost_prime|almost prime]].
* The OEIS sequence: [[oeis:A001358|A001358: semiprimes]] which has a shorter definition: ''the product of two primes''.