A078901 Generalized Fermat numbers of the form (k+1)^2^m + k^2^m, with m>1.
17, 97, 257, 337, 881, 1921, 3697, 6497, 6817, 10657, 16561, 24641, 35377, 49297, 65537, 66977, 72097, 89041, 116161, 149057, 188497, 235297, 290321, 354481, 428737, 456161, 514097, 611617, 722401, 847601, 988417, 1146097, 1321937
Offset: 1
References
- H. Riesel, "Prime numbers and computer methods for factorization," Second Edition, Progress in Mathematics, Vol. 126, Birkhauser, Boston, 1994, pp. 417-425.
Links
- T. D. Noe, Factorizations of Generalized Fermat Numbers
- Eric Weisstein's World of Mathematics, Generalized Fermat Number
Programs
-
Mathematica
mx=10^7; maxK=Ceiling[Sqrt[mx/2]]; maxM=Ceiling[Log[2, Log[2, mx]]]; lst={}; Do[gf=(k+1)^2^m+k^2^m; If[gf
Extensions
Offset corrected by Sean A. Irvine, Jul 23 2025
Comments