Triangle read by rows: T(n,k) (1 <= k <= n) = number of ways to choose three points from an n X k grid of points which are the vertices of a triangle of nonzero area.
A334705
Triangle read by rows: T(n,k) (1 <= k <= n) = number of ways to choose three points from an n X k grid of points which are the vertices of a triangle of nonzero area.
Terms
- a(0) =0a(1) =0a(2) =4a(3) =0a(4) =18a(5) =76a(6) =0a(7) =48a(8) =200a(9) =516a(10) =0a(11) =100a(12) =412a(13) =1056a(14) =2148a(15) =0a(16) =180a(17) =738a(18) =1884a(19) =3820a(20) =6768a(21) =0a(22) =294a(23) =1200a(24) =3052a(25) =6176a(26) =10922a(27) =17600a(28) =0a(29) =448
External references
- oeis: A334705