One hack that can get you the result you want is
$\binom{n}{\smash 0}+\binom{n}{1}$
which will eliminate the height and depth of the 0. It is ugly, but
works.
Davide
\mathord{\buildrel \frown \over {ab}}
The arc is a but high. It's position can be adjusted as follows:
\mathord{\buildrel \smash{\lower{1pt}{\frown}} \over {ab}}
for example. Horrible, I know, but it is one way to approach it.
Davide
In any case, you can change the size of the \frown using the sizing
macros. There are ten, which I list from smallest to largest:
\tiny, \Tiny, \scriptsize, \small, \normalsize, \large, \Large,
\LARGE, \huge, \Huge
You can use them as in
\mathord{\buildrel \Tiny\frown \over {a}}
to get a smaller arc over the a.
Davide