FixedPoint

WMA link


FixedPoint[f, expr]

starting with expr, iteratively applies f until the result no longer changes.

FixedPoint[f, expr, n]

performs at most n iterations. The same that using $MaxIterations->n$

FixedPointList