divisorcountn
Divisorcountn is a mathematical arithmetic function that assigns to each positive integer n the number of its positive divisors. It is commonly denoted d(n) or tau(n) in number theory literature, and it plays a central role in divisor-related problems and multiplicative functions.
If n has prime factorization n = ∏_{i=1}^k p_i^{a_i}, where the p_i are distinct primes and a_i ≥
Key properties include multiplicativity: if gcd(m, n) = 1, then divisorcountn(mn) = divisorcountn(m) · divisorcountn(n). The value of divisorcountn(n)
Computationally, divisorcountn can be found by factoring n and applying the product formula above. A straightforward
In related contexts, the function is often denoted d(n) or tau(n). The generating function sum_{n≥1} d(n)/n^s equals