Make Math Work
Factors
Usage: Factors Number

The Factors command will compute a list of all of the factors of the entered number. A factor is a number that can be divided by the original number without a remainder, that is, the entered number is evenly divisible by any of its factors.

Examples:
Factors 60returns 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, and 30.
Factors 17returns only 1 and 17 since 17 is prime.