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!)
A367561 Numbers k such that k^7*2^k - 1 is a prime. 1
6, 45, 55, 80, 135, 187, 205, 384, 405, 1291, 1364, 2301, 2486, 2844, 16892, 27308, 30152, 32535, 45324, 71522, 72865 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[3000], PrimeQ[#^7*2^# - 1] &] (* Amiram Eldar, Nov 23 2023 *)
PROG
(Magma) [k: k in [1..4000] | IsPrime(k^7*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), A367464 (m = 5), A367478 (m = 6), this sequence (m = 7).
Cf. A367560.
Sequence in context: A158460 A077672 A119202 * A286325 A335387 A063947
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(16)-a(21) from Michael S. Branicky, Nov 23 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 4 12:27 EDT 2024. Contains 373990 sequences. (Running on oeis4.)