Triplet of three numbers: Difference between revisions

Content added Content deleted
(Created page with "{{Draft task|Prime Numbers}} ;Task: Numbers n such that the three numbers n-1, n+3 and n+5 are all prime. where '''n < 6000' <br><br> =={{header|Ring}}== <lang ring> load "s...")
 
No edit summary
Line 2: Line 2:


;Task:
;Task:
Numbers n such that the three numbers n-1, n+3 and n+5 are all prime. where '''n < 6000'
Numbers n such that the three numbers n-1, n+3 and n+5 are all prime. where '''n < 6000'''
<br><br>
<br><br>