Say I wanted to run an iterative function of ?x in order to produce n super roots of 2. What is simple code in order to calculate this if I want to see if recursively doing this would eventually result in an integer? Doing this by calculator converged towards 1 with an increasing number of 0's after the decimal point, so somewhere in there an integer might be producible.
