The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A309328 Numbers k such that 2^k + k + 2 is prime. 1
0, 1, 3, 7, 9, 19, 27, 33, 147, 639, 12243, 41427, 44287, 44449 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
If it exists, a(12) > 30000.
a(15) > 100000. - Michael S. Branicky, Mar 27 2023
LINKS
MATHEMATICA
Select[Range[0, 2047], PrimeQ[2^# + # + 2] &] (* Alonso del Arte, Jul 23 2019 *)
PROG
(PARI) for(n=0, 15000, my(x=2^n+n+2); if(ispseudoprime(x), print1(n, ", ")))
CROSSREFS
Sequence in context: A261072 A154508 A073573 * A059621 A034926 A224849
KEYWORD
nonn,more,hard
AUTHOR
Hugo Pfoertner, Jul 23 2019
EXTENSIONS
a(12)-a(14) from Michael S. Branicky, Mar 26 2023
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 June 7 14:26 EDT 2024. Contains 373195 sequences. (Running on oeis4.)