Scale calculation
Each scale position can be described as the base size multiplied by the ratio raised to an integer step: s(n) = b * r^n. Step 0 is the base, positive steps are larger, and negative steps are smaller. Because multiplication is repeated, the absolute difference between neighboring values is not constant. The ratio controls the scale's pace, while the base anchors its overall size.