A054825 Third term of weak prime quintets: p(m-1)-p(m-2) < p(m)-p(m-1) < p(m+1)-p(m) < p(m+2)-p(m+1).
353, 683, 1433, 1493, 1627, 2213, 2243, 2693, 2917, 2927, 4099, 4133, 4937, 5581, 5939, 6277, 6481, 6709, 6833, 8093, 8179, 8237, 8941, 10337, 10739, 11783, 12113, 12289, 13477, 13487, 13907, 13913, 14087, 14633, 14669, 14957, 14969, 15083
Offset: 1
Keywords
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Partition[Prime[Range[2000]], 5, 1], Min[Differences[ #, 2]] > 0 &] [[All, 3]](* Harvey P. Dale, Jul 09 2017 *)