NT_MU(n)
NT_MU function (Möbius mu function) returns
0 if n is divisible by the square of a prime .
Otherwise it returns:
-1 if n has an odd number of different prime factors .
1 if n has an even number of different prime factors .
NT_D, ITHPRIME, NT_PHI.