The successor of an integer.

Let the integer be n

Successor of n = n + 1


required expression = n + 1


58