Triangle T(n, k) = Numbers of ways to place k points on a triangular grid of side n so that no three of them are vertices of an equilateral triangle of any orientation. Triangle read by rows.
A240439
Triangle T(n, k) = Numbers of ways to place k points on a triangular grid of side n so that no three of them are vertices of an equilateral triangle of any orientation. Triangle read by rows.
Terms
- a(0) =1a(1) =1a(2) =1a(3) =3a(4) =3a(5) =1a(6) =6a(7) =15a(8) =15a(9) =3a(10) =1a(11) =10a(12) =45a(13) =105a(14) =114a(15) =39a(16) =3a(17) =1a(18) =15a(19) =105a(20) =420a(21) =969a(22) =1194a(23) =654a(24) =102a(25) =3a(26) =1a(27) =21a(28) =210a(29) =1260
External references
- oeis: A240439