login
A243432
Primes of the form 2^n + 47.
2
79, 822752278660603021077484591278675252491367932816789931674304559
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
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
Cf. similar sequences listed in A243429.
Sequence in context: A060711 A128472 A290122 * A093404 A236236 A031136
KEYWORD
nonn,bref
AUTHOR
Vincenzo Librandi, Jun 05 2014
STATUS
approved