I'd like to replace a few individual page numbers in a document with mathematical expressions, like $a^0$ for page 1, $2(2)^1$ for 4, etc. I don't have a ToC or index, so I'm not concerned about the actual page numbers changing; just what's printed at the bottom of the page.
I'm not sure it's helpful, but here's a MWE. Instead of a 1 at the bottom of the page, I want $a^0$.
\documentclass{article}
\usepackage{amsmath}
\begin{document}
Body of page, which is about exponential functions
\end{document}
