A239567
Triangle T(n, k) = Numbers of ways to place k points on a triangular grid of side n so that no two of them are adjacent. Triangle read by rows.
Original entry on oeis.org
1, 3, 6, 6, 1, 10, 27, 21, 1, 15, 75, 151, 114, 27, 1, 21, 165, 615, 1137, 999, 353, 27, 28, 315, 1845, 6100, 11565, 12231, 6715, 1686, 150, 2, 36, 546, 4571, 23265, 74811, 153194, 196899, 153072, 67229, 14727, 1257, 28, 45, 882, 9926, 71211, 342042, 1124820
Offset: 1
Triangle begins:
1;
3;
6, 6, 1;
10, 27, 21, 1;
15, 75, 151, 114, 27, 1;
21, 165, 615, 1137, 999, 353, 27;
28, 315, 1845, 6100, 11565, 12231, 6715, 1686, 150, 2;
...
There is T(10, 19) = 1 way to place 19 points (X) on a grid of side 10 under to the condition mentioned above:
X
. .
. X .
X . . X
. . X . .
. X . . X .
X . . X . . X
. . X . . X . .
. X . . X . . X .
X . . X . . X . . X
This pattern seems to be the densest packing for all n == 1 (mod 3) and n >= 10.
From _Eric W. Weisstein_, Nov 11 2016: (Start)
Independence polynomials of the n-triangular grid graphs for n = 1, 2, ...:
1 + 3*x,
1 + 6*x + 6*x^2 + x^3,
1 + 10*x + 27*x^2 + 21*x^3 + x^4,
1 + 15*x + 75*x^2 + 151*x^3 + 114*x^4 + 27*x^5 + x^6,
...
(End)
- Heinrich Ludwig, Table of n, a(n) for n = 1..136
- Stan Wagon, Graph Theory Problems from Hexagonal and Traditional Chess, The College Mathematics Journal, Vol. 45, No. 4, September 2014, pp. 278-287
- Eric Weisstein's World of Mathematics, Independence Polynomial
- Eric Weisstein's World of Mathematics, Triangular Grid Graph
A239572
Triangle T(n, k) = Numbers of non-equivalent (mod D_3) ways to place k points on a triangular grid of side n so that no two of them are adjacent. Triangle read by rows.
Original entry on oeis.org
1, 1, 2, 2, 1, 3, 6, 6, 1, 4, 16, 32, 24, 7, 1, 5, 32, 113, 200, 176, 66, 6, 7, 60, 329, 1053, 1976, 2096, 1162, 302, 34, 2, 8, 100, 790, 3932, 12565, 25676, 32963, 25638, 11294, 2493, 222, 7, 10, 160, 1702, 11988, 57275, 187984, 425329, 658608, 684671, 462519
Offset: 1
Triangle begins
1;
1;
2, 2, 1;
3, 6, 6, 1;
4, 16, 32, 24, 7, 1;
5, 32, 113, 200, 176, 66, 6;
7, 60, 329, 1053, 1976, 2096, 1162, 302, 34, 2;
8, 100, 790, 3932, 12565, 25676, 32963, 25638, 11294, 2493, 222, 7;
A027740
Number of independent subsets of nodes in graph formed from n-fold subdivision of triangle.
Original entry on oeis.org
1, 2, 4, 14, 60, 384, 3318, 40638, 689636, 16383974, 542420394, 25075022590, 1617185558560, 145563089994148, 18283036276489970, 3204638749437865046, 783848125594781710150, 267554112823378352976752
Offset: 0
A297557
Number of maximum independent vertex sets in the n-triangular grid graph.
Original entry on oeis.org
1, 3, 1, 1, 1, 27, 2, 28, 32, 1, 27, 27, 1, 27, 27, 1, 27, 27, 1, 27, 27, 1, 27, 27, 1, 27, 27, 1, 27, 27, 1, 27, 27, 1, 27, 27, 1, 27
Offset: 0
- John Machacek, Unique maximum independent sets in graphs on monomials of a fixed degree, arXiv:2010.11112 [math.CO], 2020-2021. See Theorem 2.1 p. 4.
- Stan Wagon, Graph Theory Problems from Hexagonal and Traditional Chess, The College Mathematics Journal, Vol. 45, No. 4, September 2014, pp. 278-287.
- Eric Weisstein's World of Mathematics, Maximum Independent Vertex Set
- Eric Weisstein's World of Mathematics, Triangular Grid Graph
Showing 1-4 of 4 results.
Comments