gcd-reduces-common-factor-counting

Status: IN

`common_factors(a, b)` converts the two-variable problem into divisor-counting on `gcd(a, b)`, since the set of common factors of (a, b) equals the set of divisors of gcd(a, b)

Source: entries/2026/06/06/number-of-common-factors-solution.md

JSON