Erdős Problem 400 #
Reference: erdosproblems.com/400
For any $k\geq 2$ let $g_k(n)$ denote the maximum value of $(a_1+\cdots+a_k)-n$ where $a_1,\ldots,a_k$ are integers such that $a_1!\cdots a_k! \mid n!$.
Equations
Instances For
theorem
Erdos400.erdos_400.parts.i :
True ↔ ∀ k ≥ 2,
∃ (c : ℝ),
Asymptotics.IsEquivalent Filter.atTop (fun (x : ℕ) => ∑ n ∈ Finset.Icc 1 x, ↑(g k n)) fun (x : ℕ) =>
c * ↑x * Real.log ↑x
Can one show that $\sum_{n\leq x}g_k(n) \sim c_k x\log x$ for some constant $c_k$?
Is it true that there is a constant $c_k$ such that for almost all $n < x$ we have $g_k(n)=c_k\log x+o(\log x)$?