A054832 Fifth term of weak prime sextet: p(m-3)-p(m-4) < p(m-2)-p(m-3) < p(m-1)-p(m-2) < p(m)-p(m-1) < p(m+1)-p(m).
2939, 13499, 13921, 14983, 15401, 15413, 21433, 21577, 21893, 28297, 30911, 33247, 35617, 37747, 42257, 42611, 45841, 55681, 64693, 64951, 64969, 68227, 68239, 68917, 68927, 73973, 74231, 78623, 83137, 85549, 87359, 88037, 90947
Offset: 1
Keywords
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Partition[Prime[Range[8800]],6,1],Min[Differences[#,2]]>0&][[All,5]] (* Harvey P. Dale, Feb 22 2020 *)