What's a multiple?
A multiple of n is any product of n with a positive integer: n·1, n·2, n·3, … The set of multiples of n is infinite; this calculator gives you the first 100 (or the first 100 above a chosen minimum).
To find the first multiple of n that is ≥ min, compute k = ceil(min / n); the first qualifying multiple is n × k.
FAQ
What's the difference between a multiple and a factor?
If a = b · k, then a is a multiple of b and b is a factor of a. So 12 is a multiple of 3, and 3 is a factor of 12.
How do I find common multiples of two numbers?
Use the LCM calculator. The least common multiple is the smallest positive number that's a multiple of both; every common multiple is a multiple of the LCM.
Can the number be negative?
The calculator expects positive integers — multiples of a negative number are just the negatives of the corresponding positive multiples.