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!)
A367464 Numbers k such that k^5*2^k - 1 is a prime. 3
2, 6, 9, 18, 42, 132, 139, 482, 523, 524, 859, 909, 948, 979, 1158, 1741, 2364, 3519, 4388, 5952, 6266, 8564, 12169, 14448, 54944 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[2500], PrimeQ[#^5*2^# - 1] &] (* Amiram Eldar, Nov 19 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: A000043 (m = 0), A002234 (m = 1), A058781 (m = 2), A367037 (m = 3), A367102 (m = 4), this sequence (m = 5).
Cf. A367421.
Sequence in context: A222048 A156190 A285446 * A076738 A291100 A361271
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(24)-a(25) 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 July 25 02:23 EDT 2024. Contains 374585 sequences. (Running on oeis4.)