A182282 Numbers n such that 210*n+{11, 13, 17, 19, 23, 29} are 6 consecutive primes.
0, 7, 789, 1553, 3148, 4869, 5089, 5935, 6959, 9132, 14566, 19790, 20087, 26319, 39734, 48259, 56024, 56669, 62211, 74861, 75048, 88116, 89223, 91093, 91483, 95476, 100172, 113159, 122183, 130160, 152125, 160557, 163247, 164501, 167811, 176585, 187771, 189250
Offset: 1
Keywords
Links
- Zak Seidov, Table of n, a(n) for n = 1..1000
Programs
-
Maple
a(3)=789=A182279(11)/7, a(4)=1553=A182279(18)/7.
-
Mathematica
Select[Range[0,200000],AllTrue[210#+{11,13,17,19,23,29},PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Mar 28 2016 *)
Comments