What are the numbers divisible by 8021?

8021, 16042, 24063, 32084, 40105, 48126, 56147, 64168, 72189, 80210, 88231, 96252

How to find the numbers divisible by 8021?

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

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

k × 8021 = N

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

k = N 8021

From this we can see that, theoretically, there's an infinite quantity of multiples of 8021 (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 8021 less than 100000):

  • 1 × 8021 = 8021
  • 2 × 8021 = 16042
  • 3 × 8021 = 24063
  • ...
  • 11 × 8021 = 88231
  • 12 × 8021 = 96252