Check whether the number is divisible by 1 and itself
Test small integers starting from 2 up to the square root of the number
If the number divides evenly by a tested integer, that integer is a divisor
Also include the matching quotient as a divisor
Repeat for all integers in the range
List all values that divide the number with no remainder
