81
compositeA composite number is greater than 1 and has divisors beyond 1 and itself, so it splits into a product of smaller primes.
Learn more →Prime factorisationEvery whole number above 1 splits into a product of primes in exactly one way — its prime factorisation.
Learn more →
Every whole number above 1 splits into a product of primes in exactly one way — its prime factorisation.
Learn more →81 = 3⁴
The digit sum just adds up the digits — handy for divisibility tricks (a number is divisible by 3 exactly when its digit sum is).
τ (tau) counts how many positive divisors a number has, including 1 and itself.
Learn more →σ (sigma) is the sum of all positive divisors of a number, including 1 and itself.
Learn more →Compare a number to the sum of its proper divisors: equal means perfect, more means abundant, less means deficient.
Learn more →A perfect square equals some whole number times itself, like 36 = 6². In its factorisation every prime exponent is even.
Learn more →