I'm making an index where certain entries start with the math symbols $k$, $\mathcal{C}$, $\ast$-a.... In the first two cases, I want them to appear in the index as if they start with k and c respectively. In the last case I want the index to ignore $\ast$- and treat the word as if it begins with the letter a.
How might I go about doing that?

\index{k@$k$}and\index{c@$\mathcal{C}$}– egreg Aug 22 '12 at 13:28