A219549 Smallest prime factor of 2^(8n) + 1.
257, 65537, 97, 641, 257, 193, 257, 274177, 97, 65537, 257, 641, 257, 449, 97, 59649589127497217, 257, 193, 257, 641, 97, 65537, 257, 769, 257, 65537, 97, 641, 257, 193, 257, 1238926361552897, 97, 5441, 257, 641, 257, 65537, 97, 274177, 257, 193, 257, 641, 97, 65537, 257, 59649589127497217, 257, 65537, 97, 641, 257, 193, 257, 274177, 97, 65537, 257, 641, 257, 5953
Offset: 1
Keywords
Examples
a(1) = 2^8 + 1 = 257 is the Fermat prime A019434(3). a(2) = 2^16 + 1 = 65537 is the Fermat prime A019434(4).
Links
- Chai Wah Wu, Table of n, a(n) for n = 1..223
Programs
-
Mathematica
Table[FactorInteger[2^(8*n) + 1][[1, 1]], {n, 20}] (* T. D. Noe, Nov 29 2012 *)
Comments