close
login
A392646
a(n) is the number of solutions of the equation (x^2 + y^2 + z^2)/(x*y-x*z+y*z) = A392201(n) such that x, y, z are in {1,..., A392201(n)}.
2
1, 3, 6, 6, 2, 10, 16, 8, 30, 24, 2, 26, 4, 8, 44, 2, 32, 28, 4, 36, 8, 94, 8, 48, 8, 12, 6, 54, 22, 94, 4, 16, 114, 8, 66, 8, 20, 4, 116, 24, 134, 16, 2, 156, 4, 4, 8, 140, 58, 4, 88, 22, 16, 24, 166, 8, 16, 164, 8, 4, 8, 104, 8, 6, 198, 56, 20, 126, 8, 8
OFFSET
1,2
COMMENTS
Let k = A392201(n). It appears that a(n) has dominant peaks at k = m^2 + 2.
To partially explain that rearrange the equation into the quadratic Diophantine equation: x^2 + y^2 + z^2 = k*(x*y - x*z + y*z).
Treat this as a quadratic equation in z: z^2 + k*(x - y)*z + (x^2 + y^2 - k*x*y) = 0, and compute the discriminant D = k^2*(x - y)^2 - 4*(x^2 + y^2 - k*x*y). If x = y and k = m^2 + 2, then D = 4*m^2 and the equation admits a family of solutions where x = y and z = m*x for m in {1, 2,..., floor(k/m)} and by symmetry another family x = m*z, y = z, which gives at least 2*sqrt(k) - 1 solutions when k = m^2 + 2.
EXAMPLE
a(1) = 1, solution is (1,2,1).
a(2) = 3, solutions are (1,1,1), (2,2,2), (3,3,3).
CROSSREFS
Cf. A392201.
Sequence in context: A198239 A086727 A309496 * A021277 A245215 A232569
KEYWORD
nonn
AUTHOR
Michael Shmoish, Jan 18 2026
EXTENSIONS
More terms from Sean A. Irvine, Feb 02 2026
STATUS
approved