Multiples Calculator
List the multiples of any positive integer, up to 1,000 at a time, optionally starting above a chosen minimum, with the formula shown step by step.
How to use this calculator
Enter a positive whole number, how many multiples you want (up to 1,000), and — optionally — a minimum value the multiples must exceed. The calculator lists them in order and shows the arithmetic behind the starting point.
What is a multiple?
A multiple of a whole number is the result of multiplying by a positive integer :
The multiples of 5 are 5, 10, 15, 20, 25, … — an endless list, since there is no largest integer .
Multiples vs. factors
These two ideas are opposites and easy to mix up:
| Factors of 12 | Multiples of 12 | |
|---|---|---|
| Definition | divide into 12 | 12 times an integer |
| Values | 1, 2, 3, 4, 6, 12 | 12, 24, 36, 48, … |
| Size | never larger than 12 | never smaller than 12 |
| How many | finite | infinite |
Starting above a minimum
Without a minimum, the list simply starts at (the number itself). With a minimum , the calculator finds the first multiple strictly greater than using floor division:
This works even when is itself an exact multiple of : the guarantees the result is strictly greater than , never equal to it.
Worked example — 100 multiples of 5, greater than 100
, so the first multiple greater than 100 uses :
Counting up by 5 from there gives 105, 110, 115, 120, …, all the way to the 100th value, .
Multiples and the LCM
Multiples are the foundation of the least common multiple (LCM): the LCM of two or more numbers is the smallest number that appears in every one of their multiple lists. Listing multiples side by side and spotting the first shared value is one hands-on way to find it.
Limits
To keep results exact and instant, the number is capped at , the optional minimum at , and the list at 1,000 multiples per request.
Frequently asked questions
- What is a multiple of a number?
- A multiple of is the product of and a positive integer: . The multiples of 3 are 3, 6, 9, 12, 15, and so on, forever.
- What are the first 5 multiples of 7?
- 7, 14, 21, 28, and 35 — each is 7 times the next counting number ().
- How do I find multiples greater than a certain number?
- Divide the minimum by and round down (floor), then add 1 to get the first qualifying multiplier . For multiples of 5 greater than 100: , so the first multiple is .
- What is the difference between a multiple and a factor?
- A factor divides evenly *into* a number; a multiple is that number multiplied *out*. 3 is a factor of 12 (since ), while 12 is a multiple of 3 (since ).
- How are multiples related to the least common multiple (LCM)?
- The LCM of two or more numbers is the smallest value that appears in every one of their multiple lists — the smallest common multiple. Listing multiples side by side is one way to find it by hand for small numbers.
- Why is there a limit on the number, the minimum, and the count?
- The calculator caps the number at and the optional minimum at , and generates at most 1,000 multiples at a time, so results stay exact and instant.