I have this recurrence relation: $$t(2^{2^{k}}) = 1+t(\sqrt{(2^{2^k}})$$
How do I express it in terms of $k$, i.e. $t(k)$? I've tried using logarithm properties to no avail.
Edit: I've tried isolating $k$, and I've ended up getting something like this: $$t(k) = 1+t\Big(\sqrt{\Big(\frac{\log(\frac{\log(2^{2^{k}})}{\log(2)})}{\log(2)}}\Big)\Big)$$