A046052 Number of prime factors of Fermat number F(n).
1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 4, 5
Offset: 0
Links
- W. Keller, Prime factors k.2^n + 1 of Fermat numbers F_m
- W. Keller, Summary of factoring status for Fermat numbersF(n)
- PSI (The algorithm company), Fermat factor status [Broken link?]
- Lorenzo Sauras-Altuzarra, Some properties of the factors of Fermat numbers, Art Discrete Appl. Math. (2022).
- Eric Weisstein's World of Mathematics, Fermat Number
- Wikipedia, Selfridge's Conjecture about Fermat Numbers
Programs
-
Mathematica
Array[PrimeOmega[2^(2^#) + 1] &, 9, 0] (* Michael De Vlieger, May 31 2022 *)
-
PARI
a(n)=bigomega(2^(2^n)+1) \\ Eric Chen, Jun 13 2018
Extensions
Name corrected by Arkadiusz Wesolowski, Oct 31 2011
Comments