Erdős-Nicolas numbers: Difference between revisions

Content added Content deleted
No edit summary
Line 356: Line 356:
{{works with|Delphi|6.0}}
{{works with|Delphi|6.0}}
{{libheader|SysUtils,StdCtrls}}
{{libheader|SysUtils,StdCtrls}}
Translation from the C version
Translation from the C version. Runs in 38 seconds


<syntaxhighlight lang="Delphi">
<syntaxhighlight lang="Delphi">
Line 403: Line 403:
91963648 equals the sum of its first 142 divisors
91963648 equals the sum of its first 142 divisors
</pre>
</pre>



=={{header|Go}}==
=={{header|Go}}==