OFFSET
1,2
COMMENTS
Prime differences between products of 2 primes.
MAPLE
read("transforms3") : L := BFILETOLIST("b065516.txt") : for a from 1 to 200 do if isprime(op(a, L)) then printf("%d, ", a) ; end if; end do: # R. J. Mathar, Apr 20 2010
CROSSREFS
KEYWORD
nonn
AUTHOR
Juri-Stepan Gerasimov, Apr 18 2010
EXTENSIONS
Entries checked by R. J. Mathar, Apr 20 2010
STATUS
approved