A109216 Smallest factor of 2^(2n+1)+(2n+1)^2.
3, 17, 3, 3, 593, 3, 3, 32993, 3, 3, 2097593, 3, 3, 73, 3, 3, 8589935681, 3, 3, 17, 3, 3, 11, 3, 3, 83, 3, 3, 11, 3, 3, 17, 3, 3, 857, 3, 3, 71329, 3, 3, 59, 3, 3, 19, 3, 3, 11, 3, 3, 17, 3, 3, 4561633, 3, 3, 2940725100673, 3, 3, 193, 3, 3, 1867, 3, 3, 17, 3, 3, 44449, 3, 3, 19, 3, 3
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..100
Programs
-
Mathematica
Table[ With[ {k=2}, FactorInteger[ n^k + k^n]] [[1, 1]], {n, 1, 145, 2}]
Extensions
More terms from Robert G. Wilson v, Jun 24 2005
Comments