Does anyone know how to solve Diophantine equation: $${\sqrt{n}}^\sqrt{n}-11 =m!^2.$$
I tried to substitute $\sqrt{n}=k$ then equation becomes $$k^k-11=m!^2\\\implies k^k=m!^2+11=(m!-1)(m!+1)+12$$ which means suppose $m\geq2$ then $\gcd{(m!-1,m!+1)}=1$. Does this give any hint? I could think upto here only. Please help.