A102540 Primes that are not Chen primes (see A109611).
Keywords
Links
- Donovan Johnson, Table of n, a(n) for n = 1..1000
- Eric Weisstein's World of Mathematics, Chen Prime
Programs
-
PARI
n=0; for(j=1, 1994, if(bigomega(prime(j)+2)>2, n++; write("b102540.txt", n " " prime(j)))) /* Donovan Johnson, Apr 29 2013 */
Comments