A280003 Numbers k such that 7*2^k + 1 is a prime factor of a Fermat number 2^(2^m) + 1 for some m.
14, 120, 290, 320, 95330, 2167800
Offset: 1
Links
- Proth Search Page, Prime factors of Fermat numbers
- Eric Weisstein's World of Mathematics, Fermat Number
Crossrefs
Programs
-
Magma
IsInteger := func
; [n: n in [1..320] | IsPrime(k) and IsInteger(Log(2, Modorder(2, k))) where k is 7*2^n+1];
Comments