A054815 Third term of strong prime sextets: p(m-1)-p(m-2) > p(m)-p(m-1) > p(m+1)-p(m) > p(m+2)-p(m+1) > p(m+3)-p(m+2).
1861, 2521, 3449, 9601, 21481, 23003, 25229, 26099, 32173, 33391, 33923, 39089, 40801, 41221, 44257, 47279, 48809, 55889, 57781, 67021, 70111, 74279, 74699, 74707, 75133, 75149, 82963, 84307, 87853, 88397, 88651, 103787, 103889
Offset: 0
Keywords
Links
- Harvey P. Dale, Table of n, a(n) for n = 0..2500
Programs
-
Mathematica
Select[Partition[Prime[Range[10000]],6,1],Max[Differences[#,2]]<0&] [[All,3]] (* Harvey P. Dale, Apr 30 2017 *)