smallest positive integer that has exactly k divisors
- From: mukesh tiwari <mukeshtiwari.iiitm@xxxxxxxxx>
- Date: Wed, 24 Oct 2007 05:21:37 -0000
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: gw7rib
- Re: smallest positive integer that has exactly k divisors
- From: Richard Heathfield
- Re: smallest positive integer that has exactly k divisors
- Prev by Date: Re: 1-Way
- Next by Date: Re: smallest positive integer that has exactly k divisors
- Previous by thread: 1-Way
- Next by thread: Re: smallest positive integer that has exactly k divisors
- Index(es):
Relevant Pages
|