Given arbitrary integers A, B, C they determine the quadratic form Q(x,y) = Ax^2 + Bxy + Cy^2 . * Does the limiting density dens(A,B,C) of the set of integers represented by Q always exist??? * If so, can one determine its value??? Here dens(A,B,C) is defined as follows: Define the set Q_R := {Q(x,y) | (x,y) \in Z^2 with x^2+y^2 <= R^2} . Note that any repeated value of Q(x,y) appears in Q_R with multiplicity = 1 here. Now let dens(A,B,C) := limit as R -> oo of (card(Q_R) / (pi R^2)), if it exists. (Here pi R^2 is a stand-in for the number of lattice points lying inside the disk of radius R about the origin. But the two expressions are asymptotic to each other, so this should not be a problem.) Problem: Given any integers A, B, C does the limit dens(A,B,C) exist? And if so, what is its value? -------- ------------------------------------------------------------------------------------------- --Dan