numtheory(deprecated)
bigomega
number of prime divisors counted with multiplicity
Calling Sequence
Parameters
Description
Examples
bigomega(n)
n
-
integer
Important: The numtheory package has been deprecated. Use the superseding command NumberTheory[NumberOfPrimeFactors] instead.
The function bigomega(n) computes the number of prime divisors of the integer n counted with multiplicity.
The command with(numtheory,bigomega) allows the use of the abbreviated form of this command.
with⁡numtheory:
bigomega⁡1
0
bigomega⁡962500
9
See Also
NumberTheory[NumberOfPrimeFactors]
numtheory(deprecated)[divisors]
numtheory(deprecated)[sigma]
numtheory(deprecated)[tau]
Download Help Document