login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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
Sequence in context: A358613 A329005 A290195 * A113964 A356480 A075261
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, May 26 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 09:26 EDT 2024. Contains 371967 sequences. (Running on oeis4.)