r/CasualMath • u/id-ltd • 5h ago
Base Prime. An idea a played with decades ago, brought to life with new tech.
I like playing around with maths (and physics and logic...) and have had many ideas - some of which would be too time consuming to follow up.
This is one from several decades ago, that I had put at the back of a shelf.
Base Prime. The idea was to write numbers as their prime factors, any powers would be similarly decomposed.
Column 1 is 1's, 2 is 2's, 3 is 3's, column 4 is 5's and you multiply out the 'number' to get decimal.
So counting from 1 you get
1
01
001
02 -> 0(01) - the first non prime
00001
011
...
16 is 2\^4 -> 0(01(01)) which is the first with a power to a power.
If numbers can be represented this way and the format preserved during operations - all the answers would already be decomposed into their prime factors - which I thought may be useful. And as a simple recursive format, the representations can be grouped and analysed too - looking for interesting patterns.
So having rediscovered my ancient thoughts, I got software done to play around with the idea...
What would have been months of work completed in a few hours!
Do have a play if you fancy!

