I typed in this question like this:
$\underbrace{\alpha \hat{\phantom{\hat{}}} \alpha \hat{\phantom{\hat{}}} \dots \hat{\phantom{\hat{}}} \alpha}_\text{n times}$
which mathjax prints as

I feel there should be a more correct way to do this.
|
I typed in this question like this:
which
I feel there should be a more correct way to do this. |
||||
|
You could also type
|
||||
|
|
|
There doesn't seem to be a circumflex (hat) symbol intended for use in maths mode, except as an accent. However, you can use the text mode version
|
|||
|
|
|
Perhaps you might like to use
or, if you're quite flexible about the symbol you use, adopt Knuth's up-arrow notation:
|
|||
|
|
|
A variant without hat that counts the exponential operations:
|
|||||
|
|
Just like Heiko's answer, but without the parentheses:
(A (Probably better with |
|||||||||||||
|
2^(3^2)is not the same as(2^3)^2). So what exactly does2^3^2mean? This is probably the reason why TeX complains about double super scripts. – Peter Grill Jul 28 '12 at 23:32