OFFSET
0,1
COMMENTS
As the comment in A096076 indicates, 210 is the largest even number not in this sequence. - Franklin T. Adams-Watters, Sep 07 2006
EXAMPLE
34=25+9
PROG
(PARI) v=vector(5000); vc=1; forstep (n=9, 300, 2, if (isprime(n), continue, forstep (j=9, 300, 2, if (gcd(n, j)==1, if (isprime(j), continue, x=n+j; fl=true; for (i=1, vc, if (v[i]==x, fl=false; break)); if (fl==true, v[vc]=x; vc++)))))); print(vc); v=vecsort(vecextract(v, concat("1..", vc-1)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Jon Perry, Nov 14 2002
STATUS
approved