Odd_greedy_expansion

Odd greedy expansion

Odd greedy expansion

Add article description


In number theory, the odd greedy expansion problem asks whether a greedy algorithm for finding Egyptian fractions with odd denominators always succeeds. As of 2021, it remains unsolved.

Unsolved problem in mathematics:

Does every rational number with an odd denominator have an odd greedy expansion?

Description

An Egyptian fraction represents a given rational number as a sum of distinct unit fractions. If a rational number is a sum of unit fractions with odd denominators,

then must be odd. Conversely, every fraction with odd can be represented as a sum of distinct odd unit fractions. One method of finding such a representation replaces by where for a sufficiently large , and then expands as a sum of distinct divisors of .[1]

However, a simpler greedy algorithm has successfully found Egyptian fractions in which all denominators are odd for all instances (with odd ) on which it has been tested: let be the least odd number that is greater than or equal to , include the fraction in the expansion, and continue in the same way (avoiding repeated uses of the same unit fraction) with the remaining fraction . 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 question of whether the odd greedy algorithm terminates with a finite expansion for every with odd.[2] As of 2021, this question remains open.

Example

Let = 4/23.

23/4 = 53/4; the next larger odd number is 7. So the first step expands

4/23 = 1/7 + 5/161.

161/5 = 321/5; the next larger odd number is 33. So the next step expands

4/23 = 1/7 + 1/33 + 4/5313.

5313/4 = 13281/4; the next larger odd number is 1329. So the third step expands

4/23 = 1/7 + 1/33 + 1/1329 + 1/2353659.

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.[3] For instance,

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,[4] 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:

3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 2, 3, 4, 1.

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. Nowakowski (1999) 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 can be viewed as generated by the odd greedy expansion of 1/2.


Notes

References

  • Breusch, R. (1954), "A special case of Egyptian fractions, solution to advanced problem 4512", American Mathematical Monthly, 61: 200–201, doi:10.2307/2307234, JSTOR 2307234
  • Guy, Richard K. (1981), Unsolved Problems in Number Theory, Springer-Verlag, p. 88, ISBN 0-387-90593-6
  • Guy, Richard K. (1998), "Nothing's new in number theory?", American Mathematical Monthly, 105 (10): 951–954, doi:10.2307/2589289, JSTOR 2589289
  • Klee, Victor; Wagon, Stan (1991), Unsolved Problems in Elementary Geometry and Number Theory, Dolciani Mathematical Expositions, Mathematical Association of America
  • Nowakowski, Richard (1999), "Unsolved problems, 1969–1999", American Mathematical Monthly, 106 (10): 959–962, doi:10.2307/2589753, JSTOR 2589753
  • Stewart, B. M. (1954), "Sums of distinct divisors", American Journal of Mathematics, 76 (4): 779–785, doi:10.2307/2372651, JSTOR 2372651, MR 0064800
  • Wagon, Stan (1991), Mathematica in Action, W.H. Freeman, pp. 275–277, ISBN 0-7167-2202-X

Share this article:

This article uses material from the Wikipedia article Odd_greedy_expansion, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.