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!)
A085710 Smallest k such that kn+1 is a semiprime. 2
3, 4, 1, 2, 1, 4, 2, 1, 1, 2, 3, 2, 1, 1, 3, 2, 2, 3, 2, 1, 1, 5, 4, 1, 1, 7, 2, 2, 5, 3, 3, 1, 1, 1, 3, 4, 1, 1, 3, 3, 5, 2, 2, 3, 1, 2, 2, 1, 6, 1, 4, 4, 4, 1, 2, 1, 1, 5, 2, 2, 1, 3, 4, 1, 5, 2, 3, 1, 5, 2, 2, 2, 1, 5, 3, 1, 2, 3, 2, 2, 1, 3, 10, 1, 1, 1, 3, 2, 5, 1, 2, 1, 1, 1, 4, 3, 6, 3, 3, 2, 2, 2, 4, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: for every n > 2 there exists a number k < n such that n*k + 1 is a semiprime.
LINKS
MATHEMATICA
sk[n_]:=Module[{k=1}, While[PrimeOmega[k*n+1]!=2, k++]; k]; Array[sk, 120] (* Harvey P. Dale, Mar 12 2019 *)
CROSSREFS
Cf. A001358.
Sequence in context: A204999 A373828 A294731 * A248004 A106650 A076942
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Jul 19 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 July 2 18:50 EDT 2024. Contains 373960 sequences. (Running on oeis4.)