If $n$ doesn’t have to be an integer, I can define an operator.
For all integers $a$ and $b$, “$\bullet$” defines as follows:
$$a \bullet b = a+b+ai,$$
where $i$ is the square root of $-1$.
Here using $i$, we aim to save one of the elements to turn back. If we define reverse operator as below,
$$\circ(z) = (\operatorname{Im}(z), \operatorname{Re}(z) - \operatorname{Im}(z)),$$
we obtain $(a,b)$ again.
If $n$ has to be an integer, maybe we can define an operator based on “fundamental theorem of arithmetic”.
According to this theorem, all positive integers can be represented as a product of prime powers in a unique way. One can define an operator using this uniqueness.