[x*[x*[x]]] is an integer, so x is necessarily 2020/k where k is an integer.
Why not just try all integers k in a certain range, instead of iterating to a solution?
The 4th root of 2020 is approximately 6.7.
So I would try all integers between 2020/7 and 2020/6, which is 288 to 336. Also -336 to -288. It seems a lot easier than iterating by .0001.