|
| |
|
|
A076185
|
|
Numbers n such that n!!+2 is prime.
|
|
10
| |
|
|
1, 3, 5, 7, 9, 21, 23, 27, 57, 75, 103, 169, 219, 245, 461, 695, 1169, 3597, 3637, 7495
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
LINKS
| The OpenPFGW Project, Primality Tester
C. K. Caldwell, The Prime Glossary, Multifactorial prime
Joe McLean, Interesting Sources of Probable Primes
|
|
|
MATHEMATICA
| lst={}; Do[If[PrimeQ[n!!+2], AppendTo[lst, n]], {n, 13^3}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 08 2008]
|
|
|
CROSSREFS
| Cf. A006882, A080778 and A076186, A076188, A076189, A076190, A076193,
A076194, A076195, A076196, A076197 for other values of s in n!!+2^s
Sequence in context: A003219 A030142 A179085 * A101813 A134719 A099995
Adjacent sequences: A076182 A076183 A076184 * A076186 A076187 A076188
|
|
|
KEYWORD
| nonn,more
|
|
|
AUTHOR
| Zak Seidov (zakseidov(AT)yahoo.com), Nov 02 2002
|
|
|
EXTENSIONS
| Edited and extended (n<4096) by Hugo Pfoertner (hugo(AT)pfoertner.org), Jun 19 2003
One more term from Herman Jamke (hermanjamke(AT)fastmail.fm), Dec 30 2007
|
| |
|
|