OFFSET
1,1
COMMENTS
5 = composite(1)+1 = 4+1 ; 11 = composite(3)+3 = 8+3
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
Module[{nn=400, cmps, len}, cmps=Select[Range[nn], CompositeQ]; len=Length[cmps]; Select[ Total/@ Thread[{Range[len], cmps}], PrimeQ]] (* Harvey P. Dale, Jul 07 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Claudio Meller, Jun 13 2009
STATUS
approved