A141866 Primes of the form 2*3*5*7*k+89, k >= 0.
89, 509, 719, 929, 1559, 1979, 2399, 2609, 2819, 3449, 3659, 4079, 4289, 4919, 6389, 6599, 7019, 7229, 7649, 8069, 8699, 9539, 9749, 10169, 10589, 10799, 12269, 12479, 12689, 12899, 13109, 14159, 14369, 15629, 16889, 17099, 17519, 17729, 17939, 18149
Offset: 1
Keywords
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Crossrefs
Cf A000040.
Programs
-
Mathematica
Select[210 Range[0, 200] + 89, PrimeQ] (* Harvey P. Dale, Nov 11 2013 *)
Extensions
Definition edited, 7019 inserted and extended by R. J. Mathar, Sep 19 2008
Comments