Erdős problem 358
When , the function defined above counts the number of odd divisors of .
Sources
FormalConjectures/ErdosProblems/
358.lean
Retained formal statement
When , the function defined above counts the number of odd divisors of .
Erdos358.f id = fun n => {d ∈ n.divisors | Odd d}.cardTextbookStatement only, no proof