login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A367560
Numbers k such that k^7*2^k + 1 is a prime.
1
1, 3, 11, 51, 76, 123, 149, 274, 311, 328, 381, 639, 737, 898, 1156, 9017, 13200, 18348, 26388, 30081
OFFSET
1,2
COMMENTS
No further terms <= 100000. - Michael S. Branicky, Aug 28 2024
PROG
(Magma) [k: k in [1..2000] | IsPrime(k^7*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), A367421 (m = 5), A367287 (m = 6), this sequence (m = 7).
Cf. A092506.
Sequence in context: A203009 A024336 A145144 * A284702 A191341 A359146
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(18)-a(20) from Michael S. Branicky, Nov 22 2023
STATUS
approved