Digit fifth powers: Difference between revisions

Content deleted Content added
Chunes (talk | contribs)
Add Factor
Chunes (talk | contribs)
Line 10:
 
=={{header|Factor}}==
Thanks to to the [http://rosettacode.org/wiki/Digit_fifth_powers#Julia Julia entry] for the tip about the upper bound of the search.
<lang factor>USING: kernel math math.functions math.ranges math.text.utils
math.vectors prettyprint sequences ;