Erdős Problem 394 #
References:
- erdosproblems.com/394
- [ErGr80] Erdős, P. and Graham, R., Old and new problems and results in combinatorial number theory. Monographies de L'Enseignement Mathematique (1980).
- [ErHa78] Erdős, P. and Hall, R. R., On some unconventional problems on the divisors of integers. J. Austral. Math. Soc. Ser. A (1978), 479--485.
theorem
Erdos394.erdos_394_part_b :
sorry ↔ ∀ k ≥ 2,
(fun (x : ℝ) => ∑ n ∈ Finset.Icc 1 ⌊x⌋₊, ↑(t (k + 1) n)) =o[Filter.atTop] fun (x : ℝ) =>
∑ n ∈ Finset.Icc 1 ⌊x⌋₊, ↑(t k n)
Is it true that, for $k\geq 2$, $\sum_{n\leq x}t_{k+1}(n) =o\left(\sum_{n\leq x}t_k(n)\right)?$
In [ErGr80] they mention a conjecture of Erdős that the sum is $o(x^2)$. This was proved by Erdős and Hall [ErHa78], who proved that in fact $\sum_{n\leq x}t_2(n)\ll \frac{\log\log\log x}{\log\log x}x^2.$
Since $t_2(p)=p-1$ for prime $p$ it is trivial that $\sum_{n\leq x}t_2(n)\gg \frac{x^2}{\log x}$.
theorem
Erdos394.erdos_394_factorial_gap_10
(k : ℕ)
:
2 ≤ k → k < 10 → t k (Nat.factorial 10) < t (k - 1) (Nat.factorial 10) - 1
They proved (with Selfridge) that this holds for $n=10$.