Code: Select all
\documentclass{article}
\usepackage{amsmath,mathdots}
\newcommand{\high}[1]{\text{\raisebox{0.6ex}{$#1$}}}
\newcommand{\higher}[1]{\text{\raisebox{1.5ex}{$#1$}}}
\begin{document}
\begin{equation*}
\left(2011^{{{2010}^{{\high{2009}}^{{\higher{\iddots}}^{{3^{\high{2}^\high{1}}}}}}}}\right)!
\end{equation*}
\end{document}
2) I want the lower edge of the parentheses to line up with the bottom of 2011, which obviously is not the case at the moment.
3) I would like the factorial symbol to be about as tall as the parentheses.
I am quite new to LaTeX so please be patient! If you have any other suggestions not mentioned above, I would be interested to hear those as well. :) Thanks in advance for your help!