Home

[This page is auto-generated; please prefer to read the article’s PDF Form.]



Multiples of an Integer Modulo Another Integer

Nitin Verma

December 5, 2020

When we repeatedly add an integer a and keep taking mod of the results with another integer n (i.e. perform (a + a + ) mod n), we can find some interesting relations. In this article, we sequentially derive some of these relations.

Let us first get introduced to some very basic concepts of Modular Arithmetic.

[Next]