Skip to content

Erdős problem 258

Let ana_n \to \infty be a sequence of non-zero natural numbers. Is nd(n)(a1...an)\sum_n \frac{d(n)}{(a_1 ... a_n)} irrational, where d(n)d(n) is the number of divisors of nn?

Sources

Browse retained paths and inspect the exact material available for this Problem.

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

258.lean

Retained formal statement3 of 3

Let 2a1a22 \leq a_1 \leq a_2 \leq \cdots be a monotone sequence with ana_n \to \infty. Is nd(n)a1an\sum_n \frac{d(n)}{a_1 \cdots a_n} irrational, where d(n)d(n) is the number of divisors of nn?

Solution: True (proved by Erdős and Straus [ErSt71], Lemma 2.2 and Theorem 2.13).

FormalConjectures/ErdosProblems/258.leanErdos258.erdos_258.variants.monotone6 linesExact file
True  ∀ (a : ℕ → ℕ),    (∀ (n : ℕ), 2 ≤ a n) →      Monotone a        Filter.Tendsto a Filter.atTop Filter.atTop          Irrational (∑' (n : ℕ), ↑(n + 1).divisors.card / ↑(∏ iFinset.Icc 1 (n + 1), a i))
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page