I am working on a calculator for ordinal arithmetic.
Ordinal arithmetic is extremely tricky. So much so that there have been academic papers on the very subject that got some results wrong. Not to point fingers or anything, but for example, in this paper, table 24 lists $4^{\omega^7+3}$ as $\omega^7\cdot64$, where it should be $\omega^{\omega^6}\cdot64$.
Long ago I tried using the software associated with that paper as a reference for a similar project, only to discover it is not actually accurate itself.
This being the case, I am interested in a comprehensive and known good reference table of ordinal arithmetic expressions and their evaluation in Cantor Normal Form, to serve as a unit test for my calculator.
Is there some place where I can find such a table?
Update: Well, I didn't find the reference table I was looking for. But I did compare my results to this calculator, with which I couldn't find any problem. So I'll assume they're correct until suggested otherwise.
So I've uploaded the first version of My website. If anyone is so inclined, you can try it out and see if you find any error. It currently supports only ordinals smaller than $\epsilon_0$, it might be upgraded with new features in the future.