OFFSET
1,1
LINKS
Bruno Berselli, Table of n, a(n) for n = 1..1000
EXAMPLE
1087 is in the sequence because 1+0+8+7=16 and 2*16+3=35 is not prime.
MATHEMATICA
Select[Prime[Range[250]], !PrimeQ[2*Total[IntegerDigits[#]]+3]&] (* Harvey P. Dale, Jul 15 2014 *)
PROG
(Magma) [ p: p in PrimesUpTo(1500) | not IsPrime(q) where q is 3+2*(&+Intseq(p))]; // Bruno Berselli, Jul 15 2011
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Vincenzo Librandi, Sep 19 2009
EXTENSIONS
Keyword:base added by R. J. Mathar, Sep 21 2009
STATUS
approved