Many little divisors

Determine the largest integer n n that is divisible by all positive integers (strictly) less than n 2 \dfrac{\sqrt{n}}{2} .

As an example, for n = 36 n = 36 , n 2 = 3 \frac{\sqrt{n}}{2} = 3 , and all positive integers less than it ( 1 1 and 2 2 ) divide n n , so it is one candidate. Find the largest one.

If there is no such largest integer (there's an arbitrarily large one), answer 0 instead.


The answer is 180.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Xuming Liang
Jul 31, 2015

A "solution" without Bertrand's Postulate:

Let l ( x ) l(x) denote the lowest common multiple of all the positive integers x \le x . Although not rigorious for now, we should have a pretty good feeling that l ( n 2 ) n l(\frac {\sqrt {n}}{2})\le n is only true for a finite number of n n . So far, we are quite certain that there exists a nonzero answer for this question.

We will show the following: l ( k ) > 4 ( k + 1 ) 2 l(k)> 4(k+1)^2 for all k 7 k\ge 7 . Note that this deduces l ( n 2 ) > n + 1 l(\frac {\sqrt {n}}{2})> n+1 for n 256 n\ge 256 and should verify our speculation above.

Note that l ( k ) = i = 1 π ( k ) p i log p i k l(k)=\prod_{i=1}^{\pi (k)} p_{i}^{\lfloor \log_{p_i}k\rfloor} where p i , π ( x ) p_i, \pi (x) denotes the i i th prime and the prime counting function respectively. we can bound this using x > x 1 \lfloor x\rfloor >x-1 and obtain l ( k ) > k π ( k ) i = 1 π ( k ) p i > k 4 210 > 4 ( k + 1 ) 2 l(k)>\frac {k^{\pi (k)}}{\prod_{i=1}^{\pi (k)} p_{i}}>\frac {k^4}{210}>4(k+1)^2 . The last inequality is true for k 30 k\ge 30 , thus we have proven our assertion for this range. One can check by hand the validity for 7 k 29 7\le k\le 29 (a finite number of cases).

To solve the current problem, we take k = 6 k=6 and l ( 6 ) = 60 l(6)=60 and our corresponding n n should lie inbetween 1 2 2 , 1 4 2 12^2, 14^2 so 180 \boxed {180} is our answer.

Moderator note:

Great solution, hunting down another way to bound l ( x ) l(x) .

Note that we can reduce the cases slightly by working on k 19 k \geq 19 and showing that l ( k ) > k 1 7 2 × 3 × 5 × 7 × 11 × 13 × 17 > 4 ( k + 1 ) 2 . l(k) > \frac{ k^17}{ 2\times3\times5\times7\times11\times13\times17} > 4 (k+1)^2. It seems to me that you used 210, because you were restricting to k 7 k \geq 7 at the start, which resulted in the bound of k 30 k \geq 30 .

Does "largest common denominator" mean "lowest common multiple"?

Calvin Lin Staff - 5 years, 10 months ago

Log in to reply

yes...I think I typed that without any conscious thought and it turned out that way. I wonder if l ( k ) l(k) is an interesting arithmetic function to examine... It there another way(interpretation) to calculate it without using primes.

Xuming Liang - 5 years, 10 months ago

Log in to reply

Of course. It is well studied function, since it tracks prime powers extremely well. For example, an assertion equivalent to the Riemann hypothesis is: log ( a ( n ) ) n < ( n ) log ( n ) 2 . | \log(a(n)) - n | < \sqrt(n) * \log(n)^2.

See OEIS A003418 for more details.

Calvin Lin Staff - 5 years, 10 months ago
Ivan Koswara
Jul 30, 2015

Note: This is not a rigorous solution.

First, observe that n = 180 n = 180 is a solution, since n 2 6.7082 \frac{\sqrt{n}}{2} \approx 6.7082 , and 1 , 2 , 3 , 4 , 5 , 6 1, 2, 3, 4, 5, 6 all divide 180 180 . Thus, for any solution n > 180 n > 180 , we must have n 2 > 6 \frac{\sqrt{n}}{2} > 6 and thus 1 , 2 , 3 , 4 , 5 , 6 1, 2, 3, 4, 5, 6 must all divide n n . In other words, 60 60 divides n n .

The next multiple of 60 60 is 240 240 . This doesn't satisfy the condition, since 240 2 7.7459 \frac{\sqrt{240}}{2} \approx 7.7459 and 7 7 doesn't divide 240 240 . Any larger solution must thus be divisible by 7 7 as well; in other words, 420 420 divides n n , so n 420 n \ge 420 .

Now, since n 420 n \ge 420 , we need 8 8 to divide n n . This means we get something larger that divides n n , namely 840 840 .

Now, since n 840 n \ge 840 , we need 11 11 to divide n n . This means we get something larger that divides n n , namely 840 11 840 \cdot 11 .

Now, since n 840 11 n \ge 840 \cdot 11 , we need 23 23 to divide n n . This means we get something larger that divides n n , namely 840 11 23 840 \cdot 11 \cdot 23 .

The pattern is clear. For n 840 n \ge 840 , we will always be able to find a prime number less than n 2 \frac{\sqrt{n}}{2} but doesn't divide the current lower bound, thus multiplying the lower bound by the prime number. We can repeat this again. Since every time n 2 \frac{\sqrt{n}}{2} at least doubles, by Bertrand's postulate we're guaranteed the existence of a new prime every step. This means there can be no greater n n satisfying this.

This "proves" that the largest n n is 180 \boxed{180} .

Moderator note:

This is rigorous. Sometimes you just need to check "small enough cases" until you get far out enough to apply a general result. Such an approach is typical for such questions, especially when they rely on applying a Bertrand Postulate-like result.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...