Let $a_n \to \infty$ be a sequence of non-zero natural numbers. Is
$\sum_n \frac{d(n)}{(a_1 ... a_n)}$ irrational, where $d(n)$ is the number of divisors of $n$?
Actions
Submit a Proof
Have a proof attempt? Submit it for zero-trust verification.
theorem erdos_258 : answer(sorry) ↔ ∀ (a : ℕ → ℕ), (∀ n, a n ≠ 0) →
Filter.Tendsto a Filter.atTop Filter.atTop →
Irrational (∑' (n : ℕ), ((n + 1).divisors.card / ∏ i ∈ Finset.Icc 1 n, a i))