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”).

A283598
Numbers n such that all three of 6*n+1, 6*(n+1)+1, and 6*(n+2)+1 are semiprimes.
1
41, 42, 48, 84, 92, 148, 157, 158, 162, 189, 209, 210, 222, 223, 224, 225, 226, 234, 250, 306, 315, 316, 317, 318, 319, 326, 386, 387, 401, 407, 408, 433, 462, 487, 488, 489, 514, 515, 521, 532, 539, 566, 567, 568, 569, 580, 598, 633, 634, 662, 663, 664, 672, 697, 713, 717, 718
OFFSET
1,1
COMMENTS
That is, n, n+1 and n+2 are terms in A112775.
LINKS
MATHEMATICA
po[x_]=PrimeOmega[x]; Select[Range[1000], po[6*#+1]==po[6*(1+#)+1]== po[6*(2+#)+1==2 &]
Select[Range[800], PrimeOmega[6#+{1, 7, 13}]=={2, 2, 2}&] (* Harvey P. Dale, Apr 23 2024 *)
CROSSREFS
Subsequence of A283597 and A112775.
Sequence in context: A165862 A339568 A077680 * A041839 A098064 A073921
KEYWORD
nonn
AUTHOR
Zak Seidov, Mar 14 2017
STATUS
approved