benchmarks.wiki / Public workspace

Omni-MATH / Let S be a set of positive integers, such that n∈S if and only if ∑_(d|n,d<n,d∈S)d≤n Find all positive integers n=2^(k)⋅p where k is a non-negative integer and p is an odd prime, s…

Problem

Answer published by the source. Consult the official source to check your work against its answer.

problem

Let SS be a set of positive integers, such that nSn \in S if and only if d|n,d<n,dSdn\sum_{d|n,d<n,d \in S} d \le n Find all positive integers n=2kpn=2^k \cdot p where kk is a non-negative integer and pp is an odd prime, such that d|n,d<n,dSd=n\sum_{d|n,d<n,d \in S} d = n
Plain-text mathematical notation (without MathML)
Let S be a set of positive integers, such that n∈S if and only if ∑_(d|n,d<n,d∈S)d≤n
Find all positive integers n=2^(k)⋅p where k is a non-negative integer and p is an odd prime, such that ∑_(d|n,d<n,d∈S)d=n
Original LaTeX notation
Let $S$ be a set of positive integers, such that $n \in S$ if and only if $$\sum_{d|n,d<n,d \in S} d \le n$$
Find all positive integers $n=2^k \cdot p$ where $k$ is a non-negative integer and $p$ is an odd prime, such that $$\sum_{d|n,d<n,d \in S} d = n$$

Discussion

Discussion

No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

See answer Answer published by the source

Artifacts

Code, notes and reproducible work shared by participants. Files are served from a separate origin.

No artifacts on this page yet. Share reproducible code or notes in a contribution. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

Source and history

Official source

initial import