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

A172017
Twin semiprimes (or twin biprimes): nonprimes of the form 6*k-+1 where 6*k-+1 are both semiprime (or both biprime).
1
119, 121, 143, 145, 185, 187, 203, 205, 215, 217, 287, 289, 299, 301, 413, 415, 515, 517, 527, 529, 533, 535, 551, 553, 581, 583, 695, 697, 779, 781, 791, 793, 815, 817, 869, 871, 893, 895, 899, 901, 959, 961, 1055, 1057, 1079, 1081, 1133, 1135, 1139
OFFSET
1,1
LINKS
MATHEMATICA
Select[{#-1, #+1}&/@(6*Range[200]), PrimeOmega[#]=={2, 2}&]//Flatten (* Harvey P. Dale, Nov 14 2018 *)
CROSSREFS
Cf. A171697 (twin natural nonprimes).
Sequence in context: A234691 A252955 A171697 * A049048 A328973 A133626
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected (623,625 removed) by R. J. Mathar, May 22 2010
STATUS
approved