A176925 Primes of the form 2^k + 41.
43, 73, 2089, 8233, 131113, 33554473, 137438953513, 140737488355369, 9007199254741033, 2658455991569831745807614120560689193
Offset: 1
Keywords
Programs
-
Magma
[ a: n in [0..750] | IsPrime(a) where a is 2^n+41 ];
-
Mathematica
Select[2^Range[0,500]+41,PrimeQ] (* Harvey P. Dale, Sep 24 2011 *)
Comments