OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
EXAMPLE
59 is in the sequence because 59 + 61 + 67 + 71 + 73 + 79 + 83 + 89 + 97 = 679 and 679 is not a prime.
MATHEMATICA
Transpose[Select[Partition[Prime[Range[150]], 9, 1], !PrimeQ[Total[#]]&]][[1]]
PROG
(Magma) [NthPrime(n): n in [1..120] |not IsPrime(&+[NthPrime(n+s): s in [0..8]])];
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 20 2013
STATUS
approved