OFFSET
0,1
COMMENTS
No F_n(11) number is prime.
F_n(11)/2 is currently known to be prime only for n = 1 and n = 2.
LINKS
Wilfrid Keller, Prime factors of generalized Fermat numbers F'_m(11) = F_m(11)/2 and complete factoring status.
Eric Weisstein's World of Mathematics, Generalized Fermat Number.
Wikipedia, Generalized Fermat numbers.
EXAMPLE
Triangle begins:
| F_n(11) = |
n | A199592(n) | Distinct prime factors of F_n(11)
-------------------------------------------------------------
0 | 11^1 + 1 | 2, 3;
1 | 11^2 + 1 | 2, 61;
2 | 11^4 + 1 | 2, 7321;
3 | 11^8 + 1 | 2, 17, 6304673;
4 | 11^16 + 1 | 2, 51329, 447600088289;
5 | 11^32 + 1 | 2, 193, 257, 21283620033217629539178799361;
...
MATHEMATICA
A392904row[n_] := FactorInteger[11^2^n + 1][[All, 1]];
Array[A392904row, 7, 0]
CROSSREFS
KEYWORD
nonn,tabf,hard
AUTHOR
Paolo Xausa, Jan 27 2026
STATUS
approved
