OFFSET
1,3
COMMENTS
Quadratic equations u*x^2 + v*x + w = 0 with real coefficients u, v, w and negative discriminant v^2 - 4*u*w have two complex solutions.
a(n) is odd for n >= 2.
LINKS
Felix Huber, Table of n, a(n) for n = 1..5000
Eric Weisstein's World of Mathematics, Quadratic Equation
EXAMPLE
a(3) = 5 because there are 5 equations with abs(u) + abs(v) + abs(w) <= 3 and distinct solution set having a negative discriminant: (u, v, w) = (1, 0, 1), (1, -1, 1), (1, 1, 1), (1, 0, 2), (2, 0, 1). Multiplied equations like (-1)*(1, -1, 1) = (-1, 1, -1) do not have a distinct solution set.
MAPLE
CROSSREFS
KEYWORD
nonn
AUTHOR
Felix Huber, Mar 06 2025
STATUS
approved
