OFFSET
1,4
COMMENTS
LINKS
Heinrich Ludwig, Table of n, a(n) for n = 1..138
EXAMPLE
The triangle begins:
1, 1;
1, 3, 3;
1, 6, 15, 15, 3;
1, 10, 45, 105, 114, 39, 3;
1, 15, 105, 420, 969, 1194, 654, 102, 3;
1, 21, 210, 1260, 4773, 11259, 15615, 11412, 3663, 342, 15;
There are T(5, 8) = 3 ways to place 8 points (x) on a triangular grid of side 5 under the conditions mentioned above:
. x x
x x x . . x
x . x x . . . . x
x . . x x . . . . . . x
x . . . x . x x x x x x x x .
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Heinrich Ludwig, Apr 05 2014
STATUS
approved