What are the numbers divisible by 4002?

4002, 8004, 12006, 16008, 20010, 24012, 28014, 32016, 36018, 40020, 44022, 48024, 52026, 56028, 60030, 64032, 68034, 72036, 76038, 80040, 84042, 88044, 92046, 96048

How to find the numbers divisible by 4002?

Finding all the numbers that can be divided by 4002 is essentially the same as searching for the multiples of 4002: if a number N is a multiple of 4002, then 4002 is a divisor of N.

Indeed, if we assume that N is a multiple of 4002, this means there exists an integer k such that:

k × 4002 = N

Conversely, the result of N divided by 4002 is this same integer k (without any remainder):

k = N 4002

From this we can see that, theoretically, there's an infinite quantity of multiples of 4002 (we can keep multiplying it by increasingly larger integers, without ever reaching the end).

However, in this instance, we've chosen to set an arbitrary limit (specifically, the multiples of 4002 less than 100000):

  • 1 × 4002 = 4002
  • 2 × 4002 = 8004
  • 3 × 4002 = 12006
  • ...
  • 23 × 4002 = 92046
  • 24 × 4002 = 96048