fbpx
Wikipedia

Odd greedy expansion

Unsolved problem in mathematics:

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

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.

Description edit

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 edit

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 edit

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 edit

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 edit

References edit

  • 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

External links edit

  • MathPages - Odd-Greedy Unit Fraction Expansions, K. S. Brown

greedy, expansion, unsolved, problem, mathematics, does, every, rational, number, with, denominator, have, greedy, expansion, more, unsolved, problems, mathematics, number, theory, greedy, expansion, problem, asks, whether, greedy, algorithm, finding, egyptian. Unsolved problem in mathematics Does every rational number with an odd denominator have an odd greedy expansion more unsolved problems in mathematics 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 update it remains unsolved Contents 1 Description 2 Example 3 Fractions with long expansions 4 On even denominators 5 Notes 6 References 7 External linksDescription editAn Egyptian fraction represents a given rational number as a sum of distinct unit fractions If a rational number x y displaystyle x y nbsp is a sum of unit fractions with odd denominators x y 1 2 a i 1 displaystyle frac x y sum frac 1 2a i 1 nbsp then y displaystyle y nbsp must be odd Conversely every fraction x y displaystyle x y nbsp with y displaystyle y nbsp odd can be represented as a sum of distinct odd unit fractions One method of finding such a representation replaces x y displaystyle x y nbsp by A x A y displaystyle Ax Ay nbsp where A 35 3 i displaystyle A 35 cdot 3 i nbsp for a sufficiently large i displaystyle i nbsp and then expands A x displaystyle Ax nbsp as a sum of distinct divisors of A y displaystyle Ay nbsp 1 However a simpler greedy algorithm has successfully found Egyptian fractions in which all denominators are odd for all instances x y displaystyle x y nbsp with odd y displaystyle y nbsp on which it has been tested let u displaystyle u nbsp be the least odd number that is greater than or equal to y x displaystyle y x nbsp include the fraction 1 u displaystyle 1 u nbsp 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 displaystyle x y 1 u nbsp 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 x y displaystyle x y nbsp with y displaystyle y nbsp odd 2 As of 2021 update this question remains open Example editLet x y displaystyle x y nbsp 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 editIt is possible for the odd greedy algorithm to produce expansions that are shorter than the usual greedy expansion with smaller denominators 3 For instance 8 77 1 10 1 257 1 197890 1 11 1 77 displaystyle frac 8 77 frac 1 10 frac 1 257 frac 1 197890 frac 1 11 frac 1 77 nbsp 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 editThe 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 edit Breusch 1954 Stewart 1954 Guy 1981 Wagon 1991 Guy 1998 References editBreusch 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 XExternal links editMathPages Odd Greedy Unit Fraction Expansions K S Brown Retrieved from https en wikipedia org w index php title Odd greedy expansion amp oldid 1123398184, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.