Fundamental Theorem of Arithmetic
n = p1^a1 × p2^a2 × ... × pk^akEvery integer n > 1 can be written uniquely as a product of prime powers, where p1 < p2 < ... < pk are primes and each ai >= 1.
Where:
n= The number to factorizepi= Distinct prime factorsai= Exponent (how many times pi divides n)