OFFSET
1,1
COMMENTS
Adding 1 to each entry yields A153041. [From R. J. Mathar, Dec 19 2008]
The terms after a(1) are the values of 2*h*k + k + h + 9, where h and k are positive integers.- Vincenzo Librandi, Jan 19 2013
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Range[9, 200], !PrimeQ[2 # - 17] &] (* Vincenzo Librandi, Jan 19 2013 *)
PROG
(Magma) [n: n in [9..150] | not IsPrime(2*n - 17)]; // Vincenzo Librandi, Jan 19 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 17 2008
EXTENSIONS
57 removed by R. J. Mathar, Dec 19 2008
STATUS
approved