login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A288183
Triangle read by rows: T(n,k) = number of arrangements of k non-attacking bishops on the black squares of an n X n board with every square controlled by at least one bishop.
5
2, 1, 4, 0, 4, 4, 0, 0, 22, 8, 0, 0, 16, 64, 8, 0, 0, 6, 128, 228, 16, 0, 0, 0, 72, 784, 528, 16, 0, 0, 0, 0, 1056, 4352, 1688, 32, 0, 0, 0, 0, 432, 9072, 18336, 3584, 32, 0, 0, 0, 0, 120, 7776, 76488, 87168, 11024, 64, 0, 0, 0, 0, 0, 2880, 109152, 484416, 313856, 22592, 64
OFFSET
2,1
COMMENTS
See A146304 for algorithm and PARI code to produce this sequence.
Equivalently, the coefficients of the maximal independent set polynomials on the n X n black bishop graph.
The product of the first nonzero term in each row of this sequence and that of A288182 give A122749.
LINKS
Eric Weisstein's World of Mathematics, Black Bishop Graph
Eric Weisstein's World of Mathematics, Maximal Independent Vertex Set
EXAMPLE
Triangle begins:
2;
1, 4;
0, 4, 4;
0, 0, 22, 8;
0, 0, 16, 64, 8;
0, 0, 6, 128, 228, 16;
0, 0, 0, 72, 784, 528, 16;
0, 0, 0, 0, 1056, 4352, 1688, 32;
0, 0, 0, 0, 432, 9072, 18336, 3584, 32;
0, 0, 0, 0, 120, 7776, 76488, 87168, 11024, 64;
...
The first term is T(2,1) = 2.
CROSSREFS
Row sums are A290594.
Sequence in context: A059781 A233905 A285284 * A324055 A087664 A158032
KEYWORD
nonn,tabl
AUTHOR
Andrew Howroyd, Jun 06 2017
STATUS
approved