A078902 Generalized Fermat primes of the form (k+1)^2^m + k^2^m, with m>1.
17, 97, 257, 337, 881, 3697, 10657, 16561, 49297, 65537, 66977, 89041, 149057, 847601, 988417, 1146097, 1972097, 2070241, 2522257, 2836961, 3553777, 3959297, 4398577, 5385761, 7166897, 11073217, 17653681, 32530177, 41532497, 44048497
Offset: 1
Keywords
Links
- T. D. Noe, Table of n, a(n) for n = 1..525 (terms < 10^14)
- T. D. Noe, Table of generalized Fermat primes of the form (k+1)^2^m + k^2^m
- Eric Weisstein's World of Mathematics, Generalized Fermat Number
Crossrefs
Programs
-
Mathematica
lst3=Select[lst2, PrimeQ[ # ]&] (* lst2 is from A078901 *)
Comments