The Wayback Machine - https://web.archive.org/web/20200319024602/https://mathworld.wolfram.com/Digit-ShiftingConstants.html

Digit-Shifting Constants

Given a real number x, find the powers of a base b that will shift the digits of x a number of places n to the left. This is equivalent to solving

 b^x=b^nx
(1)

or

 x=n+log_bx.
(2)

The solution is given by

 x=-(W(-b^(-n)lnb))/(lnb),
(3)

where W(x) is the Lambert W-function.

DigitShiftingConstants

The above plot shows log_bx+n-x for b=10 and small values of n. As can be seen, there are two distinct solutions, corresponding to two different branches of W(x) in (3). For n=1, 2, ..., these solutions are approximately given by 0.137129, 0.0102386, 0.00100231, 0.000100023, 0.0000100002, ..., and 1, 2.37581, 3.55026, 4.66925, 5.76046, ..., respectively. For example,

 10^(0.0102385...)=1.02385...
(4)

and

 10^(2.37581...)=237.581....
(5)

Wolfram Web Resources

Mathematica »

The #1 tool for creating Demonstrations and anything technical.

Wolfram|Alpha »

Explore anything with the first computational knowledge engine.

Wolfram Demonstrations Project »

Explore thousands of free applications across science, mathematics, engineering, technology, business, art, finance, social sciences, and more.

Computerbasedmath.org »

Join the initiative for modernizing math education.

Online Integral Calculator »

Solve integrals with Wolfram|Alpha.

Step-by-step Solutions »

Walk through homework problems step-by-step from beginning to end. Hints help you try the next step on your own.

Wolfram Problem Generator »

Unlimited random practice problems and answers with built-in Step-by-step solutions. Practice online or make a printable study sheet.

Wolfram Education Portal »

Collection of teaching and learning tools built by Wolfram education experts: dynamic textbook, lesson plans, widgets, interactive Demonstrations, and more.

Wolfram Language »

Knowledge-based programming for everyone.