Special neighbor primes: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
{{Draft task}}
 
;Task:Let &nbsp; ('''p<sub>1</sub>''', &nbsp;'''p<sub>2</sub>''') &nbsp; are neighbourneighbor primes. Find and show here in base ten if '''p<sub>1</sub>+&nbsp;p<sub>2</sub>&nbsp;-1''' is prime,&nbsp; where &nbsp; '''p<sub>1</sub>, &nbsp; p<sub>2</sub> &nbsp;&lt;&nbsp; 100'''.
 
<br><br>
Line 10:
 
see "working..." + nl
see "Special neighbourneighbor primes are:" + nl
row = 0
oldPrime = 2
Line 25:
next
 
see "Found " + row + " special neighbourneighbor primes"
see "done..." + nl
</lang>
Line 31:
<pre>
working...
Special twinneighbor primes are:
3,5 => 7
5,7 => 11
Line 45:
67,71 => 137
73,79 => 151
Found 13 special twinneighbor primesdone...primes
done...
</pre>
2,468

edits