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!)
A157353 Products (semiprimes) of two distinct primes that are not safe primes. 4
6, 26, 34, 38, 39, 51, 57, 58, 62, 74, 82, 86, 87, 93, 106, 111, 122, 123, 129, 134, 142, 146, 158, 159, 178, 183, 194, 201, 202, 206, 213, 218, 219, 221, 226, 237, 247, 254, 262, 267, 274, 278, 291, 298, 302, 303, 309, 314, 323, 326, 327, 339, 346, 362, 377 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
6=2*3; 2 and 3 are not safe primes.
26=2*13; 2 and 13 are not safe primes.
MATHEMATICA
lst={}; Do[If[Plus@@Last/@FactorInteger[n]==2, a=Length[First/@FactorInteger[n]]; If[a==2, b=First/@FactorInteger[n]; c=b[[1]]; d=b[[2]]; If[ !PrimeQ[(c-1)/2]&&!PrimeQ[(d-1)/2], AppendTo[lst, n]]]], {n, 7!}]; lst
CROSSREFS
Sequence in context: A043006 A076284 A177220 * A271311 A075454 A075456
KEYWORD
nonn
AUTHOR
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 23 12:08 EDT 2024. Contains 371912 sequences. (Running on oeis4.)