OFFSET
1,1
COMMENTS
Complement of A028823. - Michel Marcus, Jun 17 2013
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..3500
MATHEMATICA
Select[Range[200], !PrimeQ[#^2 + # + 17] &] (* Vincenzo Librandi, Jun 08 2017 *)
PROG
(Magma) [n: n in [0..200]| not IsPrime(n^2+n+17)]; // Vincenzo Librandi, Jun 08 2017
CROSSREFS
KEYWORD
nonn,easy
STATUS
approved