OFFSET
1,1
LINKS
Paul Leyland, Tables of factors of N!+1 and N!-1.
Hisanori Mishima, n! + 1 (n = 1 to 100).
FORMULA
Numbers p such that p*q=A078778(n)!+1, p, q prime, p<q
EXAMPLE
a(3)=7 because A078778(3)!+1=6!+1=721=7*103
MATHEMATICA
FactorInteger[#][[1, 1]]&/@Select[Range[50]!+1, PrimeOmega[#]==2&] (* The program generates the first 17 terms of the sequence. To generate more, increase the Range constant but the program may take a long time to run.*) (* Harvey P. Dale, Dec 11 2023 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, May 26 2003
STATUS
approved