return to top
source
References:
Let f n be the smallest integer for which n! can be represented as the product of distinct integers greater than n, the largest of which is f n.
f n
n!
f n - 2 * n = θ (n / log n). This is proved in [EGS82].
f n - 2 * n = θ (n / log n)
Does there exists a constant c such that f n - 2 * n ~ c * (n / log n)?
c
f n - 2 * n ~ c * (n / log n)