Strange unique prime triplets: Difference between revisions

added highlighting and a stretch goal to the draft task.
m (→‎{{header|REXX}}: added a REXX stub.)
(added highlighting and a stretch goal to the draft task.)
Line 1:
{{Draft task}}
 
Integers   '''n,   m,'''   and   '''p'''   are   ''strange unique primes''   if   '''n,   m,'''   and   '''p'''   are unique primes,   and the sum= of     '''n + m + p'''     is also prime.
 
 
;Task:
:*   Find all triplets of strange unique primes in which   '''n,   m,'''   and   '''p'''   are all less than   '''30'''.
:* &nbsp; (stretch goal) &nbsp; Show the <u>count</u> (only) of all the triplets of strange unique primes in which &nbsp; '''n, &nbsp; m,''' &nbsp; and &nbsp; '''p''' &nbsp; are all less than &nbsp; '''1,000'''.
<br><br>
 
=={{header|Python}}==