OFFSET
1,6
COMMENTS
103!+1 = 27437*31084943*C153, so a(103) is unknown until this 153-digit composite is factored. a(104) = 4 and a(105) = 6. - Rick L. Shepherd, Jun 09 2003
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..139
William Gerst, A conjecture on the prime factorization of n!+1, arXiv:1809.07360 [math.GM], 2018.
Paul Leyland, Factors of n!+1 [Typo in URL corrected by R. J. Mathar, Nov 21 2008]
Hisanori Mishima, Appendix 1. Factorization results for n!+1
Hisanori Mishima, Bernoulli numbers (n = 2 to 114)
MATHEMATICA
Table[ Length[ FactorInteger[ n! + 1]], {n, 1, 15}]
PROG
(PARI) for(n=1, 64, print1(omega(n!+1), ", "))
(Magma) [#PrimeDivisors(Factorial(n) + 1): n in [1..55]]; // Vincenzo Librandi, Oct 11 2018
CROSSREFS
KEYWORD
hard,nonn
AUTHOR
Robert G. Wilson v, Jan 21 2002
EXTENSIONS
More terms from Rick L. Shepherd, Jun 09 2003
STATUS
approved