Finding Four Million Large Random Primes
暂无分享,去创建一个
A number n is a (base two) pseudoprime if it is composite and satisfies the identity
$$ 2^{n - 1}\equiv 1\left( {\bmod n} \right). $$
(1)
Every prime satisifies (1), but very few composite numbers are pseudoprimes. If pseu- doprimes are very raTe, then one could even find large “industrial strength” primes (say for cryptographic use) by simply choosing large random values for n until an n is found that satisfies (1). H ow rare are pseudoprimes? We performed an experiment that attempts to provide an answer. We also provide some references to the literature for theoretical analyses.
[1] C. Pomerance. On the distribution of pseudoprimes , 1981 .
[2] Carl Pomerance,et al. A new lower bound for the pseudoprime counting function , 1982 .
[3] C. Pomerance,et al. The probability that a random probable prime is composite , 1989 .
[4] Carl Pomerance,et al. The pseudoprimes to 25⋅10⁹ , 1980 .
[5] P. Erdös,et al. On the number of false witnesses for a composite number , 1986 .