Prime numbers p for which the sum of primes less than or equal to p is prime: Difference between revisions

Content added Content deleted
No edit summary
Line 456: Line 456:
21 found: {2,3,7,13,37,43,281,311,503,541,557,593,619,673,683,733,743,839,881,929,953}
21 found: {2,3,7,13,37,43,281,311,503,541,557,593,619,673,683,733,743,839,881,929,953}
</pre>
</pre>
=={{header|Prolog}}==
<syntaxhighlight lang="peolog">
</syntaxhighlight>


=={{header|Raku}}==
=={{header|Raku}}==