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”).

A058767
Numbers k such that k*2^(k/2) + 1 is prime.
0
2, 4, 12, 52, 100, 108, 160, 2940, 2964, 17334, 21768, 41604, 65208, 72780
OFFSET
1,1
REFERENCES
Posting to NMBRTHRY(AT)LISTSERV.NODAK.EDU by Mike Oakes Dec 30 2000 entitled "Gaussian analogues of the Cullen and Woodall primes."
MATHEMATICA
Do[ If[ PrimeQ[ n*2^(n/2) + 1 ], Print[n] ], {n, 1, 100000} ]
CROSSREFS
Sequence in context: A030887 A030924 A030831 * A075876 A222470 A372347
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jan 02 2001
EXTENSIONS
Name corrected to match terms by Sean A. Irvine, Aug 13 2022
STATUS
approved