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

%I #13 Nov 18 2023 18:12:21

%S 1,41,53,231,532,1632,1642,9701,13372,19613,25518,31929

%N Numbers k such that k^5*2^k + 1 is a prime.

%t Select[Range[2000], PrimeQ[#^5*2^# + 1] &] (* _Amiram Eldar_, Nov 18 2023 *)

%o (Magma) [k: k in [1..1000] | IsPrime(k^5*2^k+1)];

%Y 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).

%K nonn,more

%O 1,2

%A _Juri-Stepan Gerasimov_, Nov 18 2023

%E a(10)-a(12) from _Michael S. Branicky_, Nov 18 2023

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 17:18 EDT 2024. Contains 374895 sequences. (Running on oeis4.)