On the set of integers $Z$ define the binary operations:
Addition: a#b=a+b+1;
Multiplication :a*b=a+b+ab;
For a, b in $Z$.
$Z$ is a ring. With the zero element= $-1$ and a unity= $0$.
Find the set of all nilpotent elements.
I could found only 1 element which is $-1$. How to find the rest, considering that doing the multiplication operation n times has no clear form, so we can solve the equation : $x^n=-1$.
I tried (using induction) to find the pattern of doing the multiplication n times. No clear pattern emerged.