login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A226642 Number of ways to express 3/n as Egyptian fractions in just three terms; i.e., 3/n = 1/x + 1/y + 1/z satisfying 1<=x<=y<=z. 6
1, 3, 3, 6, 10, 10, 9, 20, 21, 21, 16, 28, 11, 33, 36, 31, 24, 57, 11, 68, 42, 35, 23, 70, 37, 51, 79, 76, 30, 96, 17, 65, 62, 50, 138, 160, 18, 51, 59, 142, 34, 136, 24, 140, 196, 46, 32, 128, 43, 98, 73, 111, 46, 211, 111, 192, 80, 63, 46, 292, 24, 81, 245 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A073101 for the 4/n conjecture due to Erdős and Straus.
LINKS
MATHEMATICA
f[n_] := Length@ Solve[ 3/n == 1/x + 1/y + 1/z && 1 <= x <= y <= z, {x, y, z}, Integers]; Array[f, 70]
CROSSREFS
Sequence in context: A205004 A236345 A212991 * A266137 A265506 A366317
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)