A078900 Generalized Fermat numbers of the form (k+1)^2^m + k^2^m, with m>0.
5, 13, 17, 25, 41, 61, 85, 97, 113, 145, 181, 221, 257, 265, 313, 337, 365, 421, 481, 545, 613, 685, 761, 841, 881, 925, 1013, 1105, 1201, 1301, 1405, 1513, 1625, 1741, 1861, 1921, 1985, 2113, 2245, 2381, 2521, 2665, 2813, 2965, 3121, 3281, 3445, 3613, 3697
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=5000; 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