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!)
A367421 Numbers k such that k^5*2^k + 1 is a prime. 3
1, 41, 53, 231, 532, 1632, 1642, 9701, 13372, 19613, 25518, 31929 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[2000], PrimeQ[#^5*2^# + 1] &] (* Amiram Eldar, Nov 18 2023 *)
PROG
(Magma) [k: k in [1..1000] | IsPrime(k^5*2^k+1)];
CROSSREFS
Numbers k such that k^m*2^k + 1 is a prime: 0, 1, 2, 4, 8, 16, .. (m = 0), A005849 (m = 1), A058780 (m = 2), A357612 (m = 3), A366422 (m = 4), this sequence (m = 5).
Sequence in context: A052032 A176924 A115663 * A282353 A118636 A116345
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(10)-a(12) from Michael S. Branicky, Nov 18 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 August 3 15:36 EDT 2024. Contains 374894 sequences. (Running on oeis4.)