smallest positive integer that has exactly k divisors
- From: mukesh tiwari <mukeshtiwari.iiitm@xxxxxxxxx>
- Date: Wed, 24 Oct 2007 18:30:18 +0000 (UTC)
Hello everybody . i have to find the smallest positive integer that
has exactly k divisors. for example if k=6 then 12 is the minimum
number which have 6 divisors.One brute force approach i came across
is find the prime factorization and calculate the factors until
factors are equal to the k but this one is taking to much time even
for 2000 factors .
.
- Follow-Ups:
- Re: smallest positive integer that has exactly k divisors
- From: Peter Pearson
- Re: smallest positive integer that has exactly k divisors
- From: Edwin Clark
- Re: smallest positive integer that has exactly k divisors
- From: Jeff Barnett
- Re: smallest positive integer that has exactly k divisors
- Prev by Date: Re: Special properties of the ring of complex numbers
- Next by Date: Re: Special properties of the ring of complex numbers
- Previous by thread: Re: Special properties of the ring of complex numbers
- Next by thread: Re: smallest positive integer that has exactly k divisors
- Index(es):
Relevant Pages
|
Loading