Let n be all natural numbers, n = 1, 2, 3, ...
How to find all possible remainders in n * 50886 = r mod (70001)?
I calculated all possible values for r up to 50886.
They are: 50886, 31771, 12656, 6197, 5935, 5673, 5411, 5149, 4887, 4625, 4363, 4101, 3839, 3577, 3315, 3053, 2791, 2529, 2267, 2005, 1743, 1481, 1219, 957, 695, 433, 171, 80, 69, 58, 47, 36, 25, 14, 3, 1 and 0.
Is their a way to come up with the solution, without having to iterate over n, linearly?