OFFSET
1,1
COMMENTS
All terms == 11 (mod 18).
Also all terms of sets of 8 consecutive semiprimes are odd, e.g., {8129, 8131, 8133, 8135, 8137, 8139, 8141, 8143} is the smallest set of 8 consecutive semiprimes.
Note that in all cases "9th term" (in this case 8143+2=8145) is divisible by 9 and hence is not semiprime.
Also note that all seven "intermediate" even integers (in this case {8130, 8132, 8134, 8136, 8138, 8140, 8142}) have at least three prime factors counting with multiplicity. Up to n = 40*10^9 there are 5570 terms of this sequence.
LINKS
Zak Seidov, Table of n, a(n) for n = 1..5570
MATHEMATICA
Transpose[Select[Partition[Select[Range[26*10^6], PrimeOmega[#] == 2&], 8, 1], Union[ Differences[#]]=={2}&]][[1]] (* Harvey P. Dale, Sep 02 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Zak Seidov, Sep 28 2012
STATUS
approved