In an $m\times n $ square grid (assume $m,n >2$), three distinct points are picked randomly. What are the odds they make a non-degenerate triangle? In the limit the odds go to one.
This is related to Sylvester's 4-point problem, but I'm interested in the same problem on a discrete grid. The limit is 25/36 ~ 0.694444. On a 21x21 grid the odds of a quadrilateral are 1053055398/1554599970 ~ 0.67738. The odds of a triangle for a grid might solve this question.
EDIT: The square case is A000938. A table of values has been made.
Let the stepsize be $(p,q)$, where $p$ and $q$ are coprime. Suppose ${p\over q}\gt {m\over n}$, so the steps reach from one $n$-side to the other. The number of consecutive 3 in a row is $(m-2p)(n-2q)$, the number of 3 points chosen from 4 in a row is another $2(m-3p)(n-3q)$, then 3 out of 5 another $3(m-4p)(n-4q)$ until one of the factors goes negative. If $m =kp+a$ where $0\le a\lt p$, and $n \ge kq$, the sum is $$\sum_{i=2}^k (i-1)(m-ip)(n-iq)\\ =mn{k\choose2}-2(mq+np){k+1\choose3} +pq(k^3-k)(3k+2)/12$$
On average, $k\approx \frac mp-\frac12$. To two leading orders, this is $$m^3n/2p^2-m^2n/p\\ -(m^4q+m^3np)/3p^3+(mq+np)m^2/2p^2\\ +m^4q/4p^3-m^3q/3p^2$$ $=m^3/12p^3(2pn-mq)-m^2n/2p+m^3q/6p^2$. It is to be divided by $mn\choose3$ to give a probability of $${1\over p^2n^2}-{mq\over2p^3n^3}-{3\over mn^2p}+ {q\over n^3p^2}$$
On average, a fraction $6/\pi^2$ of the $q$-numbers from 1 to $pn/m$ are coprime to $p$. Summed over q, I get
$${9\over 2\pi^2 pnm}-{15\over\pi^2m^2n}$$
This is doubled to take into account steps in the direction $(p,-q)$, then summed over $p$ from 1 to $m/2$.
$${9\log m\over \pi^2mn}-{15\over2\pi^2mn}$$ Lastly sum over those $p,q$ on the other side of the diagonal,, to get
$$9\log mn-15\over \pi^2mn$$