Are you talking about a sequence? That is:
Initial conditions are z=1, y=1, x = xz = x1 = y * z = 1
Sequence is x is replaced by xz+1 = y * z = z
or possibly you meant to do increment before and want
Sequence is xz+1 = y * (z+1) = z+1
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.