something iteresting

Re: something iteresting

Yup these are verry interesting numbers:

It has to an integer .. so any integer X when multiplied with any other integer between 1,2,3... ,X-1 produces the same number with digits shifted around.

another interesting property is that when the integer is multiplied by its generator then the result is astonishing :)

try it yoursefl

142857 * 1 = 142857
142857 * 2 = 285714
142857 * 3 = 428571
142857 * 4 = 571428
142857 * 5 = 714285
142857 * 6 = 857142
142857 * 7 = 999999 :) (7 is the generator here)

its a very fun magic trick :D