Erdős Problem 469 #
Reference: erdosproblems.com/469
The proposition that n
is a sum of distinct proper divisors.
Equations
- n.IsSumDivisors = ∃ S ⊆ n.properDivisors, ∑ d ∈ S, d = n
Instances For
Let $A$ be the set of all $n$ such that $n = d_1 + ⋯ + d_k$ with $d_i$ distinct proper divisors of $n$, but this is not true for any $m ∣ n$ with $m < n$. Does: $$ \sum_{n ∈ A} \frac 1 n $$ converge?