OFFSET
1,1
EXAMPLE
4 = 2 + 2 is a term, as 2 is the smallest isolated prime.
60 = 23 + 37 is the smallest term that is the sum of two distinct isolated primes.
MATHEMATICA
Lim=220; ip=Select[Prime[Range[Lim]], NoneTrue[#+{2, -2}, PrimeQ]&] ; ipp[a_]:={a, a}; Select[Union[Total/@Join[ipp/@ip, Subsets[ip, {2}]]], EvenQ[#]&&#<=Lim&] (* James C. McMahon, Aug 10 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Marc Groz, Jul 12 2024
STATUS
approved