OFFSET
1,3
MATHEMATICA
Module[{nn=200, np, len}, np=Select[Range[0, nn], !PrimeQ[#]&]; len= Length[ np]; Select[ #[[1]]-#[[2]]&/@Thread[{Prime[Range[len]], np}], !PrimeQ[ #]&]] (* Harvey P. Dale, Oct 15 2020 *)
CROSSREFS
KEYWORD
nonn,less
AUTHOR
Juri-Stepan Gerasimov, Aug 14 2008
EXTENSIONS
Edited, corrected and extended by Ray Chandler, Aug 19 2008
STATUS
approved