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!)
A309150 Number of solutions of the Diophantine equation 1/n + 1/x = 1/y + 1/z, where n >= 1, x > n, y > n and z > y. 1
0, 2, 7, 12, 20, 29, 27, 41, 52, 60, 48, 101, 51, 96, 134, 93, 62, 142, 71, 209, 176, 114, 79, 264, 134, 136, 176, 256, 99, 363, 88, 217, 262, 178, 368, 406, 100, 180, 311, 469, 119, 471, 113, 386, 508, 182, 116, 552, 223, 353 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
n=2: 1/2 + 1/12 = 1/3 + 1/4, 1/2 + 1/30 = 1/3 + 1/5.
MATHEMATICA
a[n_]:=Length@Solve[1/(n)+1/(x)==1/y+1/z&&x>n&&z>y&&y>n, {x, y, z}, Integers];
Array[a, 50]
CROSSREFS
Sequence in context: A133459 A023669 A137401 * A333354 A119713 A213041
KEYWORD
nonn
AUTHOR
S. Nazardonyavi, Jul 14 2019
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 24 06:07 EDT 2024. Contains 371918 sequences. (Running on oeis4.)