login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A082952
Smaller of the two factors of the n-th semiprime number of the form m!+1.
3
5, 11, 7, 71, 61, 11, 83, 23, 71, 20639383, 811, 401, 1697, 29, 67411, 14029308060317546154181, 12893, 12318573951317236818169524329, 79, 16567, 6653, 293, 229758023927584562777368125832724248866067995638905559798117
OFFSET
1,1
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