OFFSET
1,1
COMMENTS
The next term has 316 digits (see b-file).
Associated n: 5, 209, 1049.
Also a probable prime for n = 8501 and no others below 10^5. - Jens Kruse Andersen, Jun 30 2014
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..3
MATHEMATICA
Select[Table[2^n + 47, {n, 0, 600}], PrimeQ]
PROG
(Magma) [a: n in [0..600] | IsPrime(a) where a is 2^n+47];
CROSSREFS
KEYWORD
nonn,bref
AUTHOR
Vincenzo Librandi, Jun 05 2014
STATUS
approved