Infinite carry chains
· You may have noticed that repetends can have carries across repetend boundaries… I’ve developed methods for dealing with this, which is the subject of this paper.
First, a few quick notes on terminology…
Definition of :
|
(1.1) |
Thus, is the portion of not coprime with . Consequently, is the portion of coprime with .
Determination of :
1. Given the prime power factorizations of and :
That is, to determine take all primes common to both and and raise each of these to the power each is raised to in .
2. Recursive or iterative implementation of the least positive remainder GCD algorithm:
o Of course, this second method is probably more suitable for machine implementation.
Now, I’ll demonstrate the new methods for dealing with infinite carry chains of repetends:
And below is an example of an infinite carry chain…

The next one’s a little more involved…
I suspect someone’s going to be wondering how I determined all the factors of 420… so
I wrote this short paper on finding all factors of a number…

This is an interesting case…

Or… the more general case…

ð