A054831 Fourth term of weak prime sextet: p(m-2)-p(m-3) < p(m-1)-p(m-2) < p(m)-p(m-1) < p(m+1)-p(m) < p(m+2)-p(m+1).
2927, 13487, 13913, 14969, 15391, 15401, 21419, 21569, 21881, 28289, 30893, 33223, 35603, 37717, 42239, 42589, 45833, 55673, 64679, 64937, 64951, 68219, 68227, 68909, 68917, 73961, 74219, 78607, 83117, 85531, 87337, 88019, 90931
Offset: 1
Keywords
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Partition[Prime[Range[9000]],6,1],Min[Differences[#,2]]>0&][[All,4]] (* Harvey P. Dale, Sep 18 2022 *)