1 2 3 4
// TODO: pub fn divisors_from_prime_factors(prime_factors: &[(u64, u8)]) -> Vec<u64> { vec![] }