Odd Greedy Expansion
   HOME

TheInfoList



OR:

In
number theory Number theory is a branch of pure mathematics devoted primarily to the study of the integers and arithmetic functions. Number theorists study prime numbers as well as the properties of mathematical objects constructed from integers (for example ...
, the odd greedy expansion problem asks whether a greedy algorithm for finding Egyptian fractions with odd denominators always succeeds. It is an
open problem In science and mathematics, an open problem or an open question is a known problem which can be accurately stated, and which is assumed to have an objective and verifiable solution, but which has not yet been solved (i.e., no solution for it is kno ...
.


Description

An Egyptian fraction represents a given
rational number In mathematics, a rational number is a number that can be expressed as the quotient or fraction of two integers, a numerator and a non-zero denominator . For example, is a rational number, as is every integer (for example, The set of all ...
as a sum of distinct
unit fraction A unit fraction is a positive fraction with one as its numerator, 1/. It is the multiplicative inverse (reciprocal) of the denominator of the fraction, which must be a positive natural number. Examples are 1/1, 1/2, 1/3, 1/4, 1/5, etc. When a ...
s. If a rational number x/y is a sum of unit fractions with odd denominators, :\frac = \sum\frac, then y must be odd. Conversely, every fraction x/y with y odd can be represented as a sum of distinct odd unit fractions. One method of finding such a representation replaces x/y by Ax/Ay where A=35\cdot 3^i for a sufficiently large i, and then expands Ax as a sum of distinct divisors of Ay.; . However, a simpler greedy algorithm has successfully found Egyptian fractions in which all denominators are odd for all instances x/y (with odd y) on which it has been tested: let u be the least odd number that is greater than or equal to y/x, include the fraction 1/u in the expansion, and continue in the same way (avoiding repeated uses of the same unit fraction) with the remaining fraction x/y-1/u. This method is called the odd greedy algorithm and the expansions it creates are called odd greedy expansions. Stein, Selfridge, Graham, and others have posed the
open problem In science and mathematics, an open problem or an open question is a known problem which can be accurately stated, and which is assumed to have an objective and verifiable solution, but which has not yet been solved (i.e., no solution for it is kno ...
of whether the odd greedy algorithm terminates with a finite expansion for every x/y with y odd.


Example

Let x/y = 4/23. 23/4 = 5; the next larger odd number is 7. So the first step expands 161/5 = 32; the next larger odd number is 33. So the next step expands 5313/4 = 1328; the next larger odd number is 1329. So the third step expands Since the final term in this expansion is a unit fraction, the process terminates with this expansion as its result.


Fractions with long expansions

It is possible for the odd greedy algorithm to produce expansions that are shorter than the usual greedy expansion, with smaller denominators. For instance, \frac=\frac+\frac+\frac=\frac+\frac, where the left expansion is the greedy expansion and the right expansion is the odd greedy expansion. However, the odd greedy expansion is more typically long, with large denominators. For instance, as Wagon discovered, the odd greedy expansion for 3/179 has 19 terms, the largest of which is approximately 1.415×10439491. Curiously, the numerators of the fractions to be expanded in each step of the algorithm form a sequence of consecutive integers: A similar phenomenon occurs with other numbers, such as 5/5809 (an example found independently by K. S. Brown and David Bailey) which has a 27-term expansion. Although the denominators of this expansion are difficult to compute due to their enormous size, the numerator sequence may be found relatively efficiently using
modular arithmetic In mathematics, modular arithmetic is a system of arithmetic operations for integers, other than the usual ones from elementary arithmetic, where numbers "wrap around" when reaching a certain value, called the modulus. The modern approach to mo ...
. describes several additional examples of this type found by Broadhurst, and notes that K. S. Brown has described methods for finding fractions with arbitrarily long expansions.


On even denominators

The odd greedy algorithm cannot terminate when given a fraction with an even denominator, because these fractions do not have finite representations with odd denominators. Therefore, in this case, it produces an infinite series expansion of its input. For instance
Sylvester's sequence In number theory, Sylvester's sequence is an integer sequence in which each term is the product of the previous terms, plus one. Its first few terms are :2, 3, 7, 43, 1807, 3263443, 10650056950807, 113423713055421844361000443 . Sylvester's sequen ...
can be viewed as generated by the odd greedy expansion of 1/2.


Notes


References

* * * * * * *{{citation , last = Wagon , first = Stan , author-link = Stan Wagon , isbn = 0-7167-2202-X , pages
275–277
, publisher = W.H. Freeman , title = Mathematica in Action , year = 1991 , url = https://archive.org/details/mathematicainact0000wago/page/275


External links



K. S. Brown Egyptian fractions Unsolved problems in number theory