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

A104073
Primes of the form 2^n+7^2.
2
53, 113, 16433, 262193, 4194353, 67108913, 5846006549323611672814739330865132078623730171953, 1496577676626844588240573268701473812127674924007473
OFFSET
1,1
COMMENTS
a(14) has 1187 decimal digits. - Vincenzo Librandi, Jul 19 2012
LINKS
MATHEMATICA
Select[Table[2^n+49, {n, 0, 400}], PrimeQ] (* Vincenzo Librandi, Jul 19 2012 *)
PROG
(Magma) [ a: n in [0..250] | IsPrime(a) where a is 2^n+49]; // Vincenzo Librandi, Jul 19 2012
CROSSREFS
Sequence in context: A139504 A142798 A140025 * A044240 A044621 A239124
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Mar 02 2005
STATUS
approved