Divisor summatory function

ID: divisor-summatory-function

The divisor summatory function, often denoted as \( \sum_{n \leq x} d(n) \), is a function that counts the total number of divisors of natural numbers up to \( x \). Specifically, \( d(n) \) represents the number of positive divisors of an integer \( n \).

New to topics? Read the docs here!