A122119 Least prime factor of 2^(2^n) + 5^(2^n).
7, 29, 641, 17, 97, 193, 274568286337, 257, 211457, 12289
Offset: 0
Links
- FactorDB, Status of 2^(2^n)+5^(2^n).
- Mersenneforum, C680 of A122119, post by user swellman, 2013-06-17.
Programs
-
Mathematica
Table[FactorInteger[2^(2^n)+5^(2^n)][[1,1]],{n,0,7}] (* James C. McMahon, Oct 26 2024 *)
Comments