On Feb 18, 2005, at 9:58 AM, R. D. Flowers wrote:
If this is supposed to be a list of SOME primes, no problem.
If it is supposed to be a list of ALL primes up to that size, YES a problem.
It is supposed to be a list of some primes less than 2^32. A list of all primes up to that size would be too large to be useful; the prime number theorem says that the list would have something like 190 million entries.
--Matt