A358684 a(n) is the minimum integer k such that the smallest prime factor of the n-th Fermat number exceeds 2^(2^n - k).
0, 0, 0, 0, 0, 23, 46, 73, 206, 491, 999, 2030, 4080, 8151
Offset: 0
Examples
For n=5, the smallest prime factor of F(5) = 2^(2^5) + 1 is 641 and it falls between 2^(2^5 - 23) = 512 < 641 < 1024 = 2^(2^5 - 22) so that a(5) = 23.
Links
- Lorenzo Sauras-Altuzarra, Some properties of the factors of Fermat numbers, Art Discrete Appl. Math. (2022).
Formula
Conjecture: a(n) ~ 2^n as n -> oo.
Comments