Back to Problems
erdos_258.variants.Constant
Specification
Is $\sum_n \frac{d(n)}{t^n}$ irrational, where $t ≥ 2$ is an integer. Solution: True (proved by Erdős, see Erdős Problems website)
Lean 4 Statement
theorem erdos_258.variants.Constant : answer(True) ↔ ∀ t ≥ (2 : ℕ),
Irrational (∑' (n : ℕ), ((n + 1).divisors.card / t^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.