Erdős problem 258
Let be a sequence of non-zero natural numbers. Is irrational, where is the number of divisors of ?
Sources
FormalConjectures/ErdosProblems/
258.lean
Retained formal statement
Is irrational, where is an integer.
Solution: True (proved by Erdős, see Erdős Problems website)
True ↔ ∀ t ≥ 2, Irrational (∑' (n : ℕ), ↑(n + 1).divisors.card / ↑t ^ (n + 1))SolvedStatement only, no proof