Multiples calculator

List multiples of any positive integer. Default is the first 100 multiples (n × 1, n × 2, …). Optionally set a minimum value to skip multiples below a threshold — e.g. find 100 multiples of 36 that are greater than 1,000.

Multiples input

Range of multiples
3 × 1 to 3 × 100 → 3 to 300
First multiple
3
Last multiple
300
Sum
15,150
Multiples

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).

Multiple_k(n) = n × k

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.

Related calculators