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”).

A322962
Numbers k such that 339*2^k+1 is prime.
0
3, 11, 17, 21, 26, 50, 62, 125, 165, 278, 290, 1227, 1275, 1325, 2153, 2450, 2811, 3327, 5921, 6321, 7095, 8657, 8786, 9687, 12221, 14163, 30686, 63975, 73767, 132551, 356991, 364797, 442065, 464483, 559637, 632297, 972755, 1685135, 2408337, 3974295, 4592225
OFFSET
1,1
MAPLE
select(n->isprime(339*2^n+1), [$1..1000]); # Muniru A Asiru, Dec 31 2018
MATHEMATICA
Select[Range[1000], PrimeQ[339*2^# + 1] &] (* Robert Price, Dec 31 2018 *)
CROSSREFS
Sequence in context: A191375 A260793 A057179 * A075334 A056983 A175073
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Dec 31 2018
EXTENSIONS
a(39) from Jeppe Stig Nielsen, Jan 04 2020
a(40)-a(41) from Jeppe Stig Nielsen, Dec 20 2024
STATUS
approved