OFFSET
0,1
LINKS
Eric Weisstein's World of Mathematics, Generalized Fermat Number.
MATHEMATICA
Do[f=Min[Select[Take[Union[ Flatten[ Table[ i^(2^n) + j^(2^n), {i, 2, 300}, {j, 2, 300} ] ] ], 500], PrimeQ]]; Print[{n, f}], {n, 0, 7}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Nov 14 2006
EXTENSIONS
Offset corrected by Jeppe Stig Nielsen, Nov 14 2019
STATUS
approved