I am not sure my question is linguistically precise with regards to mathematics. I will illustrate what I mean with an example.
Consider $2^i \pmod{15}$.
$2^0 = 1 \pmod{15}$
$2^1 = 2 \pmod{15}$
$2^2 = 4 \pmod{15}$
$2^3 = 8 \pmod{15}$
$2^4 \equiv 1 \pmod{15}$
$2^5 \equiv 2 \pmod{15}$
$2^6 \equiv 4 \pmod{15}$
$2^7 \equiv 8 \pmod{15}$
$2^8 \equiv 1 \pmod{15}$
$\vdots$
In this example, $2^i \pmod{15} \in \{1, 2, 4, 8\}$ for $i \geq 0$. It is true, in general, that for positive integers $a$, $b$, $n$, we have $a^b \pmod n$ is a cycle of a particular sequence.
Why?
As a follow up: is there any reason that $2^i \pmod{15}$ is a cycle of $\{1, 2, 4, 8\}$? Is there any reason that the numbers in a particular sequence are the ones that they are?
As a note, I have not studied group theory.
Recall the property of remainders:
If $a\equiv a'\pmod{n}$ and $b\equiv b'\pmod n$, then $ab\equiv a'b' \pmod {n}$.
Since there are only finitely many remainders in $\mod n$, there exists a repetition.
Suppose $a^k \equiv r \pmod {n}$ and $a^l\equiv r\pmod{n}$, then $$a^{l+1}\equiv a^la\equiv ra\equiv a^ka \equiv a^{k+1}\pmod{n}$$