Prime Numbers


This JavaScript will generate all the prime numbers less than or equal to N =

The first of each pair of twin primes will be displayed in bold-face type.

Warning! This script was not designed to be fast. If N is large, expect to wait a while.