I've been racking my head around this issue for a while now, watching videos and searching on Google, but to no avail.
What I am trying to do is to find an equation that enables me to note with a pencil on a drawn-to-scale logarithmic scale, where a certain number is. For example, in the picture below, I'd like to find out which point on the scale will I be able to note the number $20$.
Thanks!

The tick values are given by
$$3^i$$ where $i$ is the tick index, starting at $i=1$ on the left.
Now the equation
$$3^x=20$$
has the solution
$$x=\log_320\approx2.73$$ so that the number $20$ lies at $73\%$ of the second interval (about third quarter).
As you can check, $$3^{2\frac34}=9\sqrt{\sqrt{3^3}}\approx20.5$$