A182387 Numbers k such that 210*k+{11,13,17,19,23,29,31} are 7 consecutive primes.
0, 789, 5089, 56669, 75048, 88116, 100172, 122183, 187771, 214298, 322935, 413420, 445838, 593886, 648863, 667224, 736358, 772329, 868588, 888020, 890616, 907211, 945016, 1052954, 1078331, 1106177, 1146724, 1223888, 1432230, 1452437, 1458355, 1509878, 1535216
Offset: 1
Keywords
Links
- Zak Seidov, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Range[0,1600000],And@@PrimeQ[210 #+{11,13,17,19,23,29,31}]&] (* Harvey P. Dale, Mar 04 2013 *)
Comments