login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A076193
Numbers k such that k!! + 2^6 is prime.
12
3, 5, 9, 11, 17, 19, 23, 51, 219, 421, 2845, 4691, 10617
OFFSET
1,1
COMMENTS
a(14) > 50000. - Robert Price, Mar 22 2015
LINKS
MATHEMATICA
Select[Range[0, 1000], PrimeQ[#!! + 64] &] (* Robert Price, Mar 22 2015 *)
CROSSREFS
Cf. A006882, A080778 and A076185, A076186, A076188, A076189, A076190, A076194, A076195, A076196, A076197 (other values of s in n!! + 2^s).
Sequence in context: A114512 A118113 A258165 * A056533 A329110 A114186
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Nov 02 2002
EXTENSIONS
Edited and extended (n < 4096) by Hugo Pfoertner, Jun 19 2003
a(12)-a(13) from Robert Price, Jan 23 2013
STATUS
approved