Skip to content

Erdős problem 137

Let k3k\geq 3. Can the product of any kk consecutive integers NN ever be powerful? That is, must there always exist a prime pNp\mid N such that p2Np^2\nmid N?

Sources

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

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

137.lean

Retained formal statement2 of 3

Erdős [Er82c] conjectures that, if kk is fixed, then for all nn sufficiently large and all positive integers mm, there must be at least kk distinct primes pp such that pm(m+1)(m+n)p\mid m(m+1)\cdots (m+n) and yet p2p^2 does not divide the right hand side.

[Er82c] Erdős, Paul, "Miscellaneous problems in number theory". Congr. Numer. (1982), 25-45.,

FormalConjectures/ErdosProblems/137.leanErdos137.erdos_137.variants.multiple_powerful_factors6 linesExact file
∀ (k : ℕ),  ∀ᶠ (n : ℕ) in Filter.atTop,    ∀ (m : ℕ),      0 < mP,          P.card = k ∧ ∀ pP, Nat.Prime pp ∣ ∏ xFinset.Ioc m (m + n), x ∧ ¬p ^ 2 ∣ ∏ xFinset.Ioc m (m + n), x
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page