My brother challenged me to solve this problem. Trying since 2 days. I came up with $a^{a^y}= x^n$ assuming $y$ is $\log_a(\log_a x^n)$. There's no solution available on net as well. If someone can solve it, it would be of great help! Thanks
Trial 1:
$\Rightarrow\log_a(\log_a (e^2)^{a^2})$
$\Rightarrow\log_a(\log_a \exp(2\cdot a^2))$ ...By $\exp$ property
$\Rightarrow\log_a(2*(a^2)\cdot\log_a (e))$ ... By log property $\log x^a= a \log x$
$\Rightarrow\log_a(2\cdot(a^2)\cdot(\frac{1}{\log_e(a)}))$ ... By $\log$ property
$\Rightarrow\log_a(2\cdot(a^2)) + \log_a(\frac{1}{\log_e(a)})$ ...By $\log$ property
$\Rightarrow 2\cdot\log_a(a^2)+\log(\frac1{\log_e(a)})$
$\Rightarrow 4 + \log(\frac{1}{\log_e(a)})$
Couldn't solve beyond that
Trial 2:
Considering $y=\log_a(\log_a (x^n))$
$\Rightarrow a^y= \log_a (x^n)$
so, $a^{a^y}= x^n$
First notice that your expression is $$ \log_a(n\log_a x)=\log_a n+\log_a\log_ax $$
For $n=a^2$ you have $\log_an=\log_a(a^2)=2$; for $x=e^2$, $$ \log_a\log_a x=\log_a(2\log_a e)=\log_a2+\log_a\log_ae $$
You could observe that $$ \log_a2=\frac{\log 2}{\log a} $$ and $$ \log_ae=\frac{1}{\log a} $$ so $$ \log_a\log_ae=\log_a\frac{1}{\log a}=-\log_a\log a=-\frac{\log\log a}{\log a} $$ so you finally get $$ 2+\frac{\log2}{\log a}-\frac{\log\log a}{\log a} $$
Notes.