OFFSET
1,3
COMMENTS
a(25) > 50000. - Robert Price, Jan 18 2015
a(1)=0 since 0!!=1 and 1+2 = 3 is prime. - Robert Price, Jan 18 2015
LINKS
C. K. Caldwell, The Prime Glossary, Multifactorial prime
C. Caldwell and H. Dubner (Eds): The top ten prime numbers: from the unpublished collections of R. Ondrejka (May 2001), Table 21 F, p. 75
Ken Davis, Status of Search for Multifactorial Primes.
Joe McLean, Interesting Sources of Probable Primes
The OpenPFGW Project, Primality Tester
MATHEMATICA
lst={}; Do[If[PrimeQ[n!!+2], AppendTo[lst, n]], {n, 0, 13^3}]; lst (* Vladimir Joseph Stephan Orlovsky, Sep 08 2008 *)
Select[Range[0, 33000], PrimeQ[#!!+2]&] (* Harvey P. Dale, Jul 28 2017 *)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Nov 02 2002
EXTENSIONS
Edited and extended (n<4096) by Hugo Pfoertner, Jun 19 2003
One more term from Herman Jamke (hermanjamke(AT)fastmail.fm), Dec 30 2007
a(22) - a(23) from Robert Price, Oct 17 2012
a(24) from Robert Price, Jan 18 2015
STATUS
approved