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!)
A309149 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, 3, 9, 14, 22, 33, 29, 44, 56, 65, 50, 108, 53, 101, 141, 97, 64, 150, 73, 216, 184, 119, 81, 274, 138, 141, 182, 263, 101, 378, 90, 222, 270, 183, 375, 419, 102, 185, 319, 479, 121, 486, 115, 394, 520, 187, 118, 565, 227, 362 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
n=2: 1/2 + 1/6 = 1/3 + 1/3, 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: A001968 A305373 A111907 * A294480 A195972 A274435
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 16 16:35 EDT 2024. Contains 371749 sequences. (Running on oeis4.)