Numbers which are the cube roots of the product of their proper divisors: Difference between revisions

m
m (→‎{{header|Phix}}: 8 factors (25% faster), raised limit to 500kth)
m (→‎{{header|Phix}}: missing ))
Line 158:
<span style="color: #008080;">end</span> <span style="color: #008080;">while</span>
<!--</syntaxhighlight>-->
By default factors() does not include 1 and n, or I could use length(factors(n,1))=8. 25% faster than using product().
{{out}}
<pre>
7,820

edits