Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075259
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075259 Number of solutions (x,y,z) to 3/(2n+1) = 1/x + 1/y + 1/z satisfying 0 < x < y < z and odd x, y, z. +0
4
0, 1, 2, 1, 1, 5, 2, 1, 3, 5, 1, 12, 8, 3, 3, 5, 14, 8, 6, 4, 7, 20, 1, 9, 6, 3, 22, 11, 3, 11, 31, 24, 5, 10, 3, 11, 16, 20, 6, 23, 2, 35, 7, 3, 35, 15, 25, 16, 47, 8, 12, 54, 3, 9, 8, 4, 42, 41, 22, 11, 8, 25, 8, 15, 5, 61, 92, 3, 7, 16, 28, 47, 37, 7, 10, 40, 23, 13, 11, 29, 11, 75, 3 (list; graph; listen)
OFFSET

1,3

COMMENT

N. J. A. Sloane and R. H. Hardin conjecture a(n) > 0 for n > 1. All of the solutions can be printed by removing the comment symbols from the Mathematica program. For the solution (x,y,z) having the largest z value, see (A075260, A075261, A075262). See A073101 for the 4/n conjecture due to Erdos and Straus.

The conjecture was proved by Thomas Hagedorn and Gary Mulkey. - T. D. Noe (noe(AT)sspectra.com), Jan 03 2005

REFERENCES

R. K. Guy, Unsolved Problems in Theory of Numbers, Springer-Verlag, Third Edition, 2004, D11.

Thomas R. Hagedorn, A proof of a conjecture on Egyptian fractions, Amer. Math Monthly, 107 (2000), 62-63.

LINKS

T. D. Noe, Table of n, a(n) for n=1..499

Stan Wagon, Problem of the Week 848: An Odd Egyptian Puzzle

Eric Weisstein's World of Mathematics, Egyptian Fraction

EXAMPLE

a(3)=2 because there are two solutions: 3/7 = 1/3+1/11+1/231 and 3/7 = 1/3+1/15+1/35.

MATHEMATICA

m = 3; For[lst = {}; n = 3, n <= 200, n = n + 2, cnt = 0; xr = n/m; If[IntegerQ[xr], xMin = xr + 1, xMin = Ceiling[xr]]; If[IntegerQ[3xr], xMax = 3xr - 1, xMax = Floor[3xr]]; For[x = xMin, x <= xMax, x++, yr = 1/(m/n - 1/x); If[IntegerQ[yr], yMin = yr + 1, yMin = Ceiling[yr]]; If[IntegerQ[2yr], yMax = 2yr + 1, yMax = Ceiling[2yr]]; For[y = yMin, y <= yMax, y++, zr = 1/(m/n - 1/x - 1/y); If[y > x && zr > y && IntegerQ[zr], z = zr; If[OddQ[x y z], cnt++; (*Print[n, " ", x, " ", y, " ", z]*)]]]]; AppendTo[lst, cnt]]; lst

CROSSREFS

Cf. A073101, A075260, A075261, A075262.

Adjacent sequences: A075256 A075257 A075258 this_sequence A075260 A075261 A075262

Sequence in context: A106270 A047888 A128704 this_sequence A003570 A011281 A100398

KEYWORD

nice,nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Sep 10 2002

EXTENSIONS

More terms from T. D. Noe (noe(AT)sspectra.com), Oct 15 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 8 20:39 EST 2009. Contains 166234 sequences.


AT&T Labs Research