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

A319485
Numbers k such that 473*2^k+1 is prime.
0
1, 5, 37, 109, 2045, 49141, 54569, 65485, 148957, 174989, 180613, 231197, 479081, 1055381, 1769101
OFFSET
1,2
MATHEMATICA
Select[Range[1000], PrimeQ[473*2^# + 1] &]
CROSSREFS
Sequence in context: A142036 A249861 A358035 * A201119 A263783 A023289
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 07 2019
STATUS
approved