Skip to content

Erdős problem 435

Let nNn\in\mathbb{N} with npkn\neq p^k for any prime pp and k0k\geq 0. What is the largest integer not of the form 1i<nci(ni)\sum_{1\leq i<n}c_i\binom{n}{i} where the ci0c_i\geq 0 are integers?

No current result

No reviewed Result is current in Vela Mathematics Program. Retained source material is shown below.

Retained declaration

FormalConjectures/ErdosProblems/435.lean

Formal Conjectures

FormalConjectures/ErdosProblems/435.leanErdos435.erdos_4355 linesExact file
∀ (n : ℕ),  n ≠ 0 →    (∀ (p k : ℕ), Nat.Prime pnp ^ k) →      IsGreatest {m | ¬∃ c, m = ∑ iFinset.Ico 1 n, ↑(c i) * ↑(n.choose i)}        (∑ pn.primeFactors, (∑ dFinset.Icc 1 (n.factorization p), ↑(n.choose (p ^ d))) * (↑p - 1) - ↑n)
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Proof manifests naming this Problem

  • Jayyhk Erdős Leanjayyhk:erdos:435
  • PLBY Lean proofsErdosProblems.Erdos435

Reported activity

Work these sources record against this Problem. Source-reported attribution, not reviewed here.

Continue

Search problems.science

Find a Problem, Result, source, or page