Brilliant numbers: Difference between revisions

(Added Quackery.)
Line 983:
"3.3s"
</pre>
=={{header|Prolog}}==
<syntaxhighlight lang="prolog">
</syntaxhighlight>
 
=={{header|Python}}==
Using primesieve and numpy modules. If program is run to above 10<sup>18</sup> it overflows 64 bit integers (that's what primesieve module backend uses internally).
64

edits