GET TUTORING NEAR ME!

By providing your phone number, you consent to receive text messages from Club Z! for purposes related to our services. Message frequency may vary. Message and Data Rates may apply. Reply HELP for help or STOP to unsubscribe. See our Privacy Policy and our Terms and Conditions page

    Home / Get Math Help

    Unitary Divisor

    Definition

    A divisor d of n for which GCD(d, n/d) = 1, where GCD(m, n) is the greatest common divisor. For example, the divisors of 12 are {1, 2, 3, 4, 6, 12}, so the unitary divisors are {1, 3, 4, 12}. A list of unitary divisors of a number n an be computed in the Wolfram Language using: UnitaryDivisors[n_Integer] := Sort[Flatten[Outer[ Times, Sequence @@ ({1, #}& /@ Power @@@ FactorInteger[n]) ]]]