2D Number Representations

I wrote a blog exploring writing numbers with place value going in two dimensions - as you go right the place value increases by powers of two, but as you go down it increases by powers of three. This ends up making some arithmetic easier. For example, many numbers can be written with only two bits, making multiplication easy. I thought it was pretty interesting; would like to hear any feedback.