Jump to content

User:Ling Kah Jai/Transposable integer

From Wikipedia, the free encyclopedia

The digits of some specific integers permute or shift cyclically when they are multiplied by a number n. Examples are:

  • 142857 × 3 = 428571 (shifts cyclically one place left)
  • 142857 × 5 = 714285 (shifts cyclically one place right)
  • 128205 × 4 = 512820 (shifts cyclically one place right)
  • 076923 × 9 = 692307 (shifts cyclically two places left)

These specific integers can be but are not always cyclic numbers. The characterization of such numbers can be done using repeating decimals (and thus the related fractions), or directly.

General

[edit]

If an integer does not possess factors of 2 or 5, its reciprocal is a repeating decimal without any non-recurring digits. E.g. 1143 = 0.006993006993006993...

While the expression of a single series with vinculum on top is adequate, the intention of the above expression is to show that the six cyclic permutations of 006993 can be obtained from this repeating decimal if we select six consecutive digits from the repeating decimal starting from different digits.

This illustrates that cyclic permutations are somehow related to repeating decimals and the corresponding fractions.

The greatest common divisor (gcd) between any cyclic permutation of an m-digit integer and 10m − 1 is constant. Expressed as a formula,

where N is an m-digit integer; and Nc is any cyclic permutation of N.

For example,

   gcd(091575, 999999) = gcd(32×52×11×37, 33×7×11×13×37)
                       = 3663
                       = gcd(915750, 999999)
                       = gcd(157509, 999999)
                       = gcd(575091, 999999)
                       = gcd(750915, 999999)
                       = gcd(509157, 999999)

If N is an m-digit integer, the number Nc, obtained by rotating N to the left, can be obtained from:

where d is the first digit of N.

This explains the above common gcd and the phenomenon is true in any base if 10m − 1 is replaced by bm − 1, where b is the base and m is the number of digits.

The cyclic permutations are thus related to repeating decimals, the corresponding fractions, and divisors of 10m−1. For examples the related fractions to the above cyclic permutations are thus:

  • 091575999999, 915750999999, 157509999999, 575091999999, 750915999999, and 509157999999.

Reduced to their lowest term, they are:

  • 25273, 250273, 43273, 157273, 205273, and 139273.

That is, these fractions when expressed in lowest terms, have the same denominator. This is true for cyclic permutations of any integer.

Principle

[edit]

Integral multiplier

[edit]

An integral multiplier refers to the multiplier n being an integer:

  1. An integer X shift right cyclically by k positions when it is multiplied by an integer n. X is then the repeating digits of 1F, whereby F is F0 = n 10k − 1 (F0 is coprime to 10), or a factor of F0; excluding all values which are not more than n.
  2. An integer X shift left cyclically by k positions when it is multiplied by an integer n. X is then the repeating digits of 1F, whereby F is F0 = 10k - n, or a factor of F0; excluding all values which are not more than n and which are not coprime to 10.

It is necessary for F to be coprime to 10 in order that 1F is a repeating decimal without any preceding non-repeating digits (see multiple sections of Repeating decimal). If there are digits not in a period, then there is no corresponding solution.

For these two cases, multiples of X, i.e. (j X) are also solutions provided that the integer i satisfies the condition n jF < 1. Most often it is convenient to choose the smallest F that fits the above. The solutions can be expressed by the formula:

where p is a period length of 1F; and F is a factor of F0 coprime to 10.
E.g, F0 = 1260 = 22 × 32 × 5 × 7. The factors excluding 2 and 5 recompose to F = 32 × 7 = 63. Alternatively, strike off all the ending zeros from 1260 to become 126, then divide it by 2 (or 5) iteratively until the quotient is no more divisible by 2 (or 5). The result is also F = 63.

To exclude integers that begin with zeros from the solutions, select an integer j such that jF > 110, i.e. j > F10.

There is no solution when n > F.

Fractional multiplier

[edit]

An integer X shift left cyclically by k positions when it is multiplied by a fraction ns. X is then the repeating digits of sF, whereby F is F0 = s 10k - n, or a factor of F0; and F must be coprime to 10.

For this third case, multiples of X, i.e. (j X) are again solutions but the condition to be satisfied for integer j is that n jF < 1. Again it is convenient to choose the smallest F that fits the above.

The solutions can be expressed by the formula:

where p is defined likewise; and F is made coprime to 10 by the same process as before.

To exclude integers that begin with zeros from the solutions, select an integer j such that j sF > 110, i.e. j > F10s.

Again if j sF > 1, there is no solution.

Direct representation

[edit]

The direct algebra approach to the above cases of integral multiplier lead to the following formula:

  1. where m is the number of digits of X, and D, the k-digit number shifted from the low end of X to the high end of n X, satisfies D < 10k.
    If the numbers are not to have leading zeros, then n 10k − 1D.
  2. where m is the number of digits of X, and D, the k-digit number shifted from the high end of X to the low end of n X, satisfies:
    1. and the 10-part (the product of the terms corresponding to the primes 2 and 5 of the factorization) of 10k − n divides D.
      The 10-part of an integer t is often abbreviated
    If the numbers are not to have leading zeros, then 10k − 1D.

Cyclic permutation by multiplication

[edit]

A long division of 1 by 7 gives:

        0.142857...
    7 ) 1.000000
         .7
          3
          28
           2
           14
            6
            56
             4
             35
              5
              49
               1

At the last step, 1 reappears as the remainder. The cyclic remainders are {1, 3, 2, 6, 4, 5}. We rewrite the quotients with the corresponding dividend/remainders above them at all the steps:

    Dividend/Remainders    1 3 2 6 4 5
    Quotients              1 4 2 8 5 7

and also note that:

  • 17 = 0.142857...
  • 37 = 0.428571...
  • 27 = 0.285714...
  • 67 = 0.857142...
  • 47 = 0.571428...
  • 57 = 0.714285...

By observing the remainders at each step, we can thus perform a desired cyclic permutation by multiplication. E.g.,

  • The integer 142857, corresponding to remainder 1, permutes to 428571 when multiplied by 3, the corresponding remainder of the latter.
  • The integer 142857, corresponding to remainder 1, permutes to 857142 when multiplied by 6, the corresponding remainder of the latter.
  • The integer 857142, corresponding to remainder 6, permutes to 571428 when multiplied by 56; i.e. divided by 6 and multiplied by 5, the corresponding remainder of the latter.

In this manner, cyclical left or right shift of any number of positions can be performed.

Less importantly, this technique can be applied to any integer to shift cyclically right or left by any given number of places for the following reason:

  • Every repeating decimal can be expressed as a rational number (fraction).
  • Every integer, when added with a decimal point in front and concatenated with itself infinite times, can be converted to a fraction, e.g. we can transform 123456 in this manner to 0.123456123456..., which can thus be converted to fraction 123456999999. This fraction can be further simplified but it will not be done here.
  • To permute the integer 123456 to 234561, all one needs to do is to multiply 123456 by 234561123456. This looks like cheating but if 234561123456 is a whole number (in this case it is not), the mission is completed.

Proof of formula for cyclical right shift operation

[edit]

An integer X shift cyclically right by k positions when it is multiplied by an integer n. Prove its formula.

Proof

First recognize that X is the repeating digits of a repeating decimal, which always possesses cyclic behavior in multiplication. The integer X and its multiple n X then will have the following relationship:

  1. The integer X is the repeating digits of the fraction 1F, say dpdp-1...d3d2d1, where dp, dp-1, ..., d3, d2 and d1 each represents a digit and p is the number of digits.
  2. The multiple n X is thus the repeating digits of the fraction nF, say dkdk-1...d3d2d1dpdp-1...dk+2dk+1, representing the results after right cyclical shift of k positions.
  3. F must be coprime to 10 so that when 1F is expressed in decimal there is no preceding non-repeating digits otherwise the repeating decimal does not possess cyclic behavior in multiplication.
  4. If the first remainder is taken to be n then 1 shall be the (k + 1)th remainder in the long division for nF in order for this cyclic permutation to take place.
  5. In order that n × 10k = 1 (mod F) then F shall be either F0 = (n × 10k - 1), or a factor of F0; but excluding any values not more than n and any value having a nontrivial common factor with 10, as deduced above.

This completes the proof.

Proof of formula for cyclical left shift operation

[edit]

An integer X shift cyclically left by k positions when it is multiplied by an integer n. Prove its formula.

Proof

First recognize that X is the repeating digits of a repeating decimal, which always possesses a cyclic behavior in multiplication. The integer X and its multiple n X then will have the following relationship:

  1. The integer X is the repeating digits of the fraction 1F, say dpdp-1...d3d2d1 .
  2. The multiple n X is thus the the repeating digits of the fraction nF, say dp-kdp-k-1...d3d2d1dpdp-1...dp-k+1, which represents the results after left cyclical shift of k positions.
  3. F must be coprime to 10 so that 1F has no preceding non-repeating digits otherwise the repeating decimal does not possess cyclic behavior in multiplication.
  4. If the first remainder is taken to be 1 then n shall be the (k + 1)th remainder in the long division for 1F in order for this cyclic permutation to take place.
  5. In order that 1 × 10k = n (mode F) then F shall be either F0 = (10k -n), or a factor of F0; but excluding any value not more than n, and any value having a nontrivial common factor with 10, as deduced above.

This completes the proof. The proof for non-integral multiplier such as ns can be derived in a similar way and is not documented here.

Shifting an integer cyclically

[edit]

The permutations can be:

  • Shifting right cyclically by single position (parasitic numbers);
  • Shifting right cyclically by double positions;
  • Shifting right cyclically by any number of positions;
  • Shifting left cyclically by single position;
  • Shifting left cyclically by double positions; and
  • Shifting left cyclically by any number of positions

Parasitic numbers

[edit]

When a parasitic number is multiplied by n, not only it exhibits the cyclic behavior but the permutation is such that the last digit of the parasitic number now becomes the first digit of the multiple. For example, 102564 x 4 = 410256. Note that 102564 is the repeating digits of 439 and 410256 the repeating digits of 1639.

Shifting right cyclically by double positions

[edit]

An integer X shift right cyclically by double positions when it is multiplied by an integer n. X is then the repeating digits of 1F, whereby F = n × 102 - 1; or a factor of it; but excluding values for which 1F has a period length dividing 2 (or, equivalently, less than 3); and F must be coprime to 10.

Most often it is convenient to choose the smallest F that fits the above.

Summary of results

[edit]

The following multiplication moves the last two digits of each original integer to the first two digits and shift every other digits to the right:

Multiplier n Solution Represented by Other Solutions
2 0050251256 2814070351 7587939698 4924623115 5778894472 3618090452 2613065326 6331658291 4572864321 608040201 1199 x 2 = 2199

period = 99 i.e. 99 repeating digits.

2199, 3199, ..., 99199
3 0033444816 0535117056 8561872909 6989966555 1839464882 9431438127 090301 1299 x 3 = 3299

period = 66

299 = 13×23

2299, 3299, ..., 99299

some special cases are illustrated below

3 076923 113 x 3 = 313

period = 6

213, 313, 413
3 0434782608 6956521739 13 123 x 3 = 323

period = 22

223, 323, ..., 723
4 0025062656 64160401 1399 x 4 = 4399

period = 18

399 = 3×7×19

2399, 3399, ..., 99399

some special cases are illustrated below

4 142857 17 x 4 = 47

period = 6

-
4 0526315789 47368421 119 x 4 = 419

period = 18

219, 319, 419
5 (a cyclic number with a period of 498) 1499 x 5 = 5499

499 is a full reptend prime

2499, 3499, ..., 99499

Note that:

  • 299 = 13 x 23, and the period of 1299 is accurately determined by the formula, LCM(6, 22) = 66, according to Repeating decimal#Generalization.
  • 399 = 3 x 7 x 19, and the period of 1399 is accurately determined by the formula, LCM(1, 6, 18) = 18.

There are many other possibilities.

Shifting left cyclically by single position

[edit]

Problem: An integer X shift left cyclically by single position when it is multiplied by 3. Find X.

Solution: First recognize that X is the repeating digits of a repeating decimal, which always possesses some interesting cyclic behavior in multiplications. The integer X and its multiple then will have the following relationship:

  • The integer X is the repeating digits of the fraction 1F, say ab***.
  • The multiple is thus the repeating digits of the fraction 3F, say b***a.
  • In order for this cyclic permutation to take place, then 3 shall be the next remainder in the long division for 1F. Thus F shall be 7 as 1 × 10 ÷ 7 gives remainder 3.

This yields the results that:

X = the repeating digits of 17
=142857, and
the multiple = 142857 × 3 = 428571, the repeating digits of 37

The other solution is represented by 27 x 3 = 67:

  • 285714 x 3 = 857142

There are no other solutions [1] because:

  • Integer n must be the subsequent remainder in a long division of a fraction 1F. Given that n = 10 - F, and F is coprime to 10 in order for 1F to be a repeating decimal, then n shall be less than 10.
  • For n = 2, F must be 10 - 2 = 8. However 18 does not generate a repeating decimal, similarly for n = 5.
  • For n = 7, F must be 10 - 7 = 3. However 7 > 3 and 73 = 2.333 > 1 and does not fit the purpose.
  • Similarly there is no solution for any other integer of n less than 10 except n = 3.

However, if the multiplier is not restricted to be an integer (though ugly), there are many other solutions from this method. E.g., if an integer X shift right cyclically by single position when it is multiplied by 32, then 3 shall be the next remainder after 2 in a long division of a fraction 2F. This deduces that F = 2 x 10 - 3 = 17, giving X as the repeating digits of 217, i.e. 1176470588235294, and its multiple is 1764705882352941.

The following summarizes some of the results found in this manner:

Multiplier ns Solution Represented by Other Solutions
12 105263157894736842 219 × 12 = 119

A 2-parasitic number

Other 2-parasitic numbers:

419, 619, 819, 1019, 1219, 1419, 1619, 1819

32 1176470588235294 217 × 32 = 317 417, 617, 817, 1017
72 153846 213 × 72 = 713 -
92 18 211 × 92 = 911 -
73 1304347826086956521739 323 × 73 = 723 623, 923, 1223, 1523, 1823, 2123
194 190476 421 × 194 = 1921 -

Shifting left cyclically by double positions

[edit]

An integer X shift left cyclically by double positions when it is multiplied by an integer n. X is then the repeating digits of 1F, whereby F is R = 102 - n, or a factor of R; excluding values of F for which 1F has a period length dividing 2 (or, equivalently, less than 3); and F must be coprime to 10.

Most often it is convenient to choose the smallest F that fits the above.

Summary of results

[edit]

The following summarizes some of the results obtained in this manner, where the white spaces between the digits divide the digits into 10-digit groups:

Multiplier n Solution Represented by Other Solutions
2 142857 17 × 2 = 37 27, 37
3 0103092783 5051546391 7525773195 8762886597 9381443298 9690721649 4845360824 7422680412 3711340206 185567 197 x 3 = 397 297, 397, 497, 597, ...., 3197, 3297
4 No solution - -
5 0526315789 47368421 119 x 5 = 519 219, 319
6 0212765957 4468085106 3829787234 0425531914 893617 147 x 6 = 647 247, 347, 447, 547, 647, 747
7 0322580645 16129 131 x 7 = 731 231, 331, 431

193, 293, 493, 593, 793, 893, 1093, 1193, 1393

8 0434782608 6956521739 13 123 x 8 = 823 223
9 076923 113 x 9 = 913 191, 291, 391, 491, 591, 691, 891, 991, 1091
10 No solution - -
11 0112359550 5617977528 0898876404 4943820224 7191 189 x 11 = 1189 289, 389, 489, 589, 689, 789, 889
12 No solution - -
13 0344827586 2068965517 24137931 129 x 13 = 1329 229

187, 287, 487, 587, 687

14 0232558139 5348837209 3 143 x 14 = 1443 243, 343
15 0588235294117647 117 x 15 = 1517 -

Addition and subtration of cyclic permutations

[edit]

Adding or subtracting cyclic permutations by repdigit

[edit]

Subtract 1-repdigit from (or add 1-repdigit to) each element of a set of cyclic permutations, and if necessary add (or subtract) 9-repdigit in order for all the results to be within the positive range between 0 and 9-repdigit. The operation produces a second set of cyclic permutations.

Replace 1-repdigit by n-repdigit, where n is a integer between 2 and 9, different sets of cyclic permutations are produced.

Operation Result
An original set of cyclic permutations {142857, 285714, 428571, 571428, 714285, 857142}
Subtract 111111 {031746, 174603, 317460, 460317, 603174, 746031}
Subtract 2×111111 (add 999999 if necessary) {920634, 063492, 206349, 349206, 492063, 634920}
Subtract 3×111111 (add 999999 if necessary) {809523, 952380, 095238, 238095, 380952, 523809}
Subtract 4×111111 (add 999999 if necessary) {698412, 841269, 984126, 126984, 269841, 412698}
Subtract 5×111111 (add 999999 if necessary) {587301, 730158, 873015, 015873, 158730, 301587}
Subtract 6×111111 (add 999999 if necessary) {476190, 619047, 761904, 904761, 047619, 190476}
Subtract 7×111111 (add 999999 if necessary) {365079, 507936, 650793, 793650, 936507, 079365}
Operation Result
An original set of cyclic permutations {142857, 285714, 428571, 571428, 714285, 857142}
Add 111111 {253968, 396825, 539682, 682539, 825396, 968253}
Add 2×111111 (subtract 999999 if necessary) {365079, 507936, 650793, 793650, 936507, 079365}
Add 3×111111 (subtract 999999 if necessary) {476190, 619047, 761904, 904761, 047619, 190476}
Add 4×111111 (subtract 999999 if necessary) {587301, 730158, 873015, 015873, 158730, 301587}
Add 5×111111 (subtract 999999 if necessary) {698412, 841269, 984126, 126984, 269841, 412698}
Add 6×111111 (subtract 999999 if necessary) {809523, 952380, 095238, 238095, 380952, 523809}
Add 7×111111 (subtract 999999 if necessary) {920634, 063492, 206349, 349206, 492063, 634920}

The consequence (operation on a set of cyclic permutations results in another set of cyclic operations) is obvious if we perform the same operation on their repeating decimal equivalents, not fractions, of a few cyclic permutations and compare the results. For example, compare the following two additions (reduce by 1 if the result is bigger than 1):

  0.142857142857142857...                 0.428571428571428571...
+ 0.666666666666666666...      with     + 0.666666666666666666....

Adding or subtracting two sets of cyclic permutations

[edit]

Arrange two sets of cyclic permutations in the proper cyclic order (each set does not need to start from the smallest number). Then add (or subtract) every element of the second set to (from) the first set, and if necessary subtract (or add) 9-repdigit in order for all the results to be within the positive range between 0 and 9-repdigit. The operation produces a third set of cyclic permutations.

Operation (subtract 999999 if necessary) Results
First set of cyclic permutations

{076923, 769230, 692307, 923076, 230769, 307692}

-
Add second set of cyclic permutations

{142857, 428571, 285714, 857142, 571428, 714285}

{219782, 197802, 978021, 780219, 802197, 021978}
Add second set of cyclic permutations

{428571, 285714, 857142, 571428, 714285, 142857}

{505494, 054945, 549450, 494505, 945054, 450549}

Again such consequence is obvious if we perform the same operation on their repeating decimal equivalents, not fractions, of a few cyclic permutations and compare the results. For example, compare the following two additions (reduce by 1 if the result is bigger than 1):

  0.076923076923076923...                 0.769230769230769230...
+ 0.142857142857142857...      with     + 0.428571428571428571....

From this perspective, the previous feature is also covered here as the set of cyclic permutations for 111111 is no other than {111111, 111111, 111111, 111111, 111111, 111111}.

The table below shows the above operation in terms of equivalent fractions. Subtract the result by 1 if it is greater than 1.

Operation Results
First set of cyclic permutations

{ 113, 1013, 913, 1213, 313, 413 }

-
Add second set of cyclic permutations

{ 17, 37, 27, 67, 47, 57 }

{ 2091, 1891, 8991, 7191, 7391, 291 }
Add second set of cyclic permutations

{ 37, 27, 67, 47, 57, 17 }

{ 4691, 0591, 5091, 4591, 8691, 4191 }

The rule, in the form of modular mathematics, can be deduced from these fraction equivalents:

Given:
  • Two integers F1 and F2 are coprime to each other;
  • The operation ×10 (mod F1) on an integer R1 generates a closed set of integers {R1, R2, ..., Rn};
  • The operation ×10 (mod F2) on another integer S1 generates a closed set of integers {S1, S2, ..., Sn}; and
  • The two sets of integers have the same number of elements;
  • T1 = F2 R1 + F1 S1;
Then the operation ×10 (mod F1 F2) on T1 shall generate the closed set of integers {T1, T2, ..., Ti, ..., Tn}, where Ti = F2 Ri + F1 Si

Notes

[edit]
  1. ^ P. Yiu, k-right-transposable integers, Chap.18.1 'Recreational Mathematics'

References

[edit]
  • Gardner, Martin. Mathematical Circus: More Puzzles, Games, Paradoxes and Other Mathematical Entertainments From Scientific American. New York: The Mathematical Association of America, 1979. pp. 111-122.
  • Kalman, Dan; 'Fractions with Cycling Digit Patterns' The College Mathematics Journal, Vol. 27, No. 2. (Mar., 1996), pp. 109-115.
  • Leslie, John. "The Philosophy of Arithmetic: Exhibiting a Progressive View of the Theory and Practice of ....", Longman, Hurst, Rees, Orme, and Brown, 1820, ISBN 1-4020-1546-1
  • Wells, David; "The Penguin Dictionary of Curious and Interesting Numbers", Penguin Press. ISBN 0-14-008029-5

Category:Base-dependent integer sequences