A highly composite number is a natural number n≥1 that has more divisors than any smaller natural number m≥1.
Checking the 1000 entries in the OEIS-sequence, I noticed that only the following factorials are highly composite :
[1,2,6,24,120,720,5040]
Is it known whether 7!=5040 is the largest highly composite factorial ?
The factorials have some conditions necessary for a number to be highly composite :
- They contain the first k prime numbers as prime factors.
- The exponents are non-increasing.
- The exponent corresponding to the largest prime factor is 1.
So, it is not obvious whether the above list is complete.
Answer
Suppose n≥20. Trivially, n! is then divisible by 16, so 1316n! is an integer smaller than n!.
Let the prime factorization of n! be n!=2e13e2⋯11e513e617e7⋯perr.
Then the prime factorization of 1316n! is 1316n!=2e1−43e2⋯11e513e6+117e6⋯perr.
Then, the number of divisors of n! is σ0(n!)=(e1+1)(e6+1)∏k≠1,6(ek+1) and the number of divisors of 1316n! is σ0(1316n!)=(e1−3)(e6+2)∏k≠1,6(ek+1).
Hence, σ0(1316n!)>σ0(n!) iff (e1−3)(e6+2)>(e1+1)(e6+1) iff e1>4e6+7.
Using the well known formula for the largest power of a prime dividing a factorial, we have
e1=⌊log2n⌋∑k=1⌊n2k⌋>⌊log2n⌋∑k=1(n2k−1)≥n−n2⌊log2n⌋−⌊log2n⌋≥n−2−log2n.
Similarly, e6=⌊log13n⌋∑k=1⌊n13k⌋≤⌊log13n⌋∑k=1n13k≤n12. Hence, 4e6+7≤n3+7.
I'll leave it as an exercise to show that n3+7<n−2−log2n holds for all integers n≥20.
Therefore, for all integers n≥20, we have 4e6+7≤n3+7<n−2−log2n<e1, and thus, σ0(1316n!)>σ0(n!).
So, n! is not highly composite for n≥20. Now, it remains to check if any factorials between 7! and 20! are highly composite.
EDIT: From the list of the first 1000 highly composite numbers that OP mentioned, it appears that the 149-th largest highly composite number is ≈1.49×1017, while 19!≈1.22×1017. None of the numbers 8!,9!,…,19! appear in that list, so 7! is indeed the largest highly composite factorial.
No comments:
Post a Comment