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!)
A075979 Numbers k such that k^5 + 2^k is prime. 0
1, 3, 9, 57, 101, 137, 701, 1079, 1241, 2439, 4119, 7911, 9111, 62979, 74937, 102897 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[10000], PrimeQ[#^5 + 2^#] &] (* Vincenzo Librandi, Oct 04 2012 *)
PROG
(PARI) for(n=1, 2500, if(isprime(n^5+2^n), print1(n", ")))
CROSSREFS
Sequence in context: A175117 A245117 A183303 * A128681 A292333 A294785
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Oct 17 2002
EXTENSIONS
More terms from Ralf Stephan, Mar 24 2003
a(11)-a(13) from Vincenzo Librandi, Oct 04 2012
a(14)-a(16) from Michael S. Branicky, Jul 13 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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)