Erdős Problem 30 #
Reference: erdosproblems.com/30
@[reducible, inline]
Let $h(N)$ be the maximum size of a Sidon set in $\{1, \dots, N\}$.
Equations
- h N = (Finset.Icc 1 N).maxSidonSubsetCard
Reference: erdosproblems.com/30
Let $h(N)$ be the maximum size of a Sidon set in $\{1, \dots, N\}$.