Erdős Problem 945 #
References:
- erdosproblems.com/945
- [ErMi52] Erdős, P. and Mirsky, L., The distribution of values of the divisor function {$d(n)$}. Proc. London Math. Soc. (3) (1952), 257--271.
Let $F(x)$ be the maximal $k$ such that there exist $n+1, \dots, n+k \le x$ with $τ(n+1), \dots, τ(n+k)$ all distinct, where $τ(m)$ counts the divisors of $m$.
Equations
Instances For
Equations
- Erdos945.Erdos945 = ∃ (O : ℝ → ℝ), (O ≪ 1) ∧ ∀ᶠ (x : ℝ) in Filter.atTop, ↑(Erdos945.F x) ≤ Real.log x ^ O x
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Is there a constant $C > 0$ such that, for all large $x$, every interval $[x, x+(\log x)C]$ contains two integers with the same number of divisors?
The two ways of phrasing the conjecture are equivalent.