A217222 Initial terms of sets of 8 consecutive semiprimes with gap 2.
8129, 237449, 401429, 452639, 604487, 858179, 1471727, 1999937, 2376893, 2714987, 3111977, 3302039, 3869237, 4622087, 7813559, 9795449, 10587899, 10630739, 11389349, 14186387, 14924153, 15142547, 15757337, 18017687, 18271829, 19732979, 22715057, 25402907
Offset: 1
Keywords
Links
- Zak Seidov, Table of n, a(n) for n = 1..5570
Programs
-
Mathematica
Transpose[Select[Partition[Select[Range[26*10^6],PrimeOmega[#] == 2&],8,1], Union[ Differences[#]]=={2}&]][[1]] (* Harvey P. Dale, Sep 02 2015 *)
Comments