ideas-math-primorialLog

represent each digit in the "primorial base" representation as a fraction of it's highest value + 1. multiply this by 10. put the resulting digits next to each other. deal with fractions by multiplying by 10 and "carrying" to the right. take the log_10 of the result.

e.g.

10 = 120 in primorial base -> 1/5,2/3,0/2 -> 2,6.666,0 -> 266.666 -> log_10 266.666

e.g. 1 = 1 in primorial base -> 1/2 -> 5 -> log_10 5

no, wrong, this isnt log-invariant