Jump to content

Sequence: smallest number with exactly n divisors: Difference between revisions

m
Line 388:
 
=={{header|Phix}}==
Using the formulae from the OEIS:A005179 link above.<br>
Uses primes[] and add_block() from [[Extensible_prime_generator#Phix|Extensible_prime_generator]]<br>,
product() has recently been added as a new builtin, if you need it see [[Deconvolution/2D%2B#Phix]].
<lang Phix>constant limit = iff(machine_bits()=32?58:66)
7,820

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.