login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058777 Numbers n such that n^2*2^n + n*2^((n + 1)/2) + 1 is prime. 0
1, 9, 61, 143, 159, 387, 1137, 1973, 3337, 16895, 37171 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
Posting to NMBRTHRY(AT)LISTSERV.NODAK.EDU by Mike Oakes Dec 30 2000 entitled "Gaussian analogues of the Cullen and Woodall primes."
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ n^2*2^n + n*2^((n + 1)/2) + 1], Print[n] ], {n, 1, 50000} ]
PROG
(PARI) is(n)=ispseudoprime(n^2*2^n+n*2^((n+1)/2)+1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A213133 A159037 A138589 * A030507 A172208 A202660
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jan 02 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 06:39 EDT 2024. Contains 371920 sequences. (Running on oeis4.)