OFFSET
1,1
COMMENTS
8 is composite (3) and 8+3 = 11 is prime; 9 is composite(4) and 9+4 = 13 is prime.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
Module[{nn=400, cmps}, cmps=Select[Range[nn], CompositeQ]; Select[Partition[Riffle[ Range[ Length[ cmps]], cmps], 2], PrimeQ[Total[#]]&]][[;; , 2]] (* Harvey P. Dale, Sep 20 2023 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Claudio Meller, Jun 13 2009
STATUS
approved