It is also known as iteration. It is used mostly in computer programming with for and for each loops in which iteration is present. In mathematics there are some "interational operations" like product and sum for eg:
[tex]
J=\sum_{i=1}^{n}J_i\Longrightarrow J_1+J_2+\dots+J_{\infty}
[/tex]
The above equation describes the summation of J alike variables n times.