login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A006585
Egyptian fractions: number of solutions to 1 = 1/x_1 + ... + 1/x_n in positive integers x_1 < ... < x_n.
(Formerly M4281)
13
1, 0, 1, 6, 72, 2320, 245765, 151182379
OFFSET
1,4
COMMENTS
All denominators in the expansion 1 = 1/x_1 + ... + 1/x_n are bounded by A000058(n-1), i.e., 0 < x_1 < ... < x_n < A000058(n-1). Furthermore, for a fixed n, x_i <= (n+1-i)*(A000058(i-1)-1). - Max Alekseyev, Oct 11 2012
If on the other hand, x_k need not be unique, see A002966. - Robert G. Wilson v, Jul 17 2013
REFERENCES
Marc LeBrun, personal communication.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
FORMULA
a(n) = A280520(n,1).
EXAMPLE
The 6 solutions for n=4 are 2,3,7,42; 2,3,8,24; 2,3,9,18; 2,3,10,15; 2,4,5,20; 2,4,6,12.
CROSSREFS
KEYWORD
nonn,nice,hard,more
EXTENSIONS
a(1)-a(7) are confirmed by Jud McCranie, Dec 11 1999
a(8) from John Dethridge (jcd(AT)ms.unimelb.edu.au), Jan 08 2004
STATUS
approved