Skip to content

Erdős problem 1139

Let 1u1<u2<1\leq u_1 < u_2 < \cdots be the sequence of integers with at most 22 prime factors. Is it true that lim supkuk+1uklogk=?\limsup_{k \to \infty} \frac{u_{k+1}-u_k}{\log k}=\infty?

Sources

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

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

1139.lean

Retained formal statement1 of 1

Let 1u1<u2<1\leq u_1 < u_2 < \cdots be the sequence of integers with at most 22 prime factors. Is it true that lim supkuk+1uklogk=?\limsup_{k \to \infty} \frac{u_{k+1}-u_k}{\log k}=\infty?

FormalConjectures/ErdosProblems/1139.leanErdos1139.erdos_11398 linesExact file
True  Filter.limsup      (fun k =>        (↑↑(Nat.nth (fun n => 0 < nArithmeticFunction.cardFactors n ≤ 2) (k + 1)) -            ↑↑(Nat.nth (fun n => 0 < nArithmeticFunction.cardFactors n ≤ 2) k)) /          ↑(Real.log (↑k + 1)))      Filter.atTop =
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page