Back to Problems
erdos_394_part_b
Specification
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)?$
Lean 4 Statement
theorem erdos_394_part_b :
answer(sorry) ↔
∀ k ≥ 2, (fun (x : ℝ) ↦ ∑ n ∈ Icc 1 ⌊x⌋₊,
(t (k + 1) n : ℝ)) =o[atTop]
(fun (x : ℝ) ↦ ∑ n ∈ Icc 1 ⌊x⌋₊,
(t k n : ℝ))
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.