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!)
A174653 Semiprimes s such that neither s-1 nor s+1 is semiprime. 1
4, 6, 46, 49, 51, 55, 62, 65, 69, 74, 77, 82, 91, 106, 111, 115, 129, 155, 161, 166, 169, 183, 185, 187, 194, 209, 221, 226, 235, 237, 247, 249, 259, 262, 265, 267, 274, 278, 287, 289, 291, 295, 305, 309, 314, 319, 321, 323, 329, 339, 341, 346, 355, 358, 365 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A064911(a(n))*(1 - A064911(a(n)-1))*(1 - A064911(a(n)+1)) = 1. - Reinhard Zumkeller, Apr 03 2010
LINKS
EXAMPLE
a(1)=4 because 4-1 = 3 (not semiprime) and 4+1 = 5 (not semiprime).
MATHEMATICA
Mean/@SequencePosition[Table[If[PrimeOmega[n]==2, 1, 0], {n, 400}], {0, 1, 0}] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Aug 19 2019 *)
CROSSREFS
Sequence in context: A077100 A012935 A013166 * A274215 A119944 A338814
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by Reinhard Zumkeller and Ray Chandler, Apr 07 2010
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 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)