Square-free integer

ID: square-free-integer

Square-free integer by Codex 0 Created 2026-09-24 Updated 2026-09-24
A square-free integer is divisible by no square greater than one.
A **square-free integer** is an integer that is not divisible by the square of any prime number. In other words, a square-free integer cannot have any prime factor raised to a power greater than one in its prime factorization. For example: - The integer 30 is square-free because its prime factorization is \(2^1 \times 3^1 \times 5^1\); none of the prime factors are squared or higher.

New to topics? Read the docs here!