OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
29 is in the sequence because (1) it is a Chen prime and (2) the sum of its digits 2+9=11 is also a Chen prime.
MATHEMATICA
With[{ch=Select[Prime[Range[200]], PrimeOmega[#+2]<3&]}, Select[ch, MemberQ[ ch, Total[IntegerDigits[#]]]&]] (* Harvey P. Dale, May 10 2018 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 21 2006
STATUS
approved