A288182
Triangle read by rows: T(n,k) = number of arrangements of k non-attacking bishops on the white squares of an n X n board with every square controlled by at least one bishop (1<=k
2, 0, 2, 0, 4, 4, 0, 2, 16, 4, 0, 0, 16, 64, 8, 0, 0, 0, 128, 160, 8, 0, 0, 0, 72, 784, 528, 16, 0, 0, 0, 24, 864, 3672, 1152, 16, 0, 0, 0, 0, 432, 9072, 18336, 3584, 32, 0, 0, 0, 0, 0, 8304, 65664, 69472, 7424, 32, 0, 0, 0, 0, 0, 2880, 109152, 484416, 313856, 22592, 64
Offset: 2
Examples
Triangle starts (first term is n=2, k=1): 2; 0, 2; 0, 4, 4; 0, 2, 16, 4; 0, 0, 16, 64, 8; 0, 0, 0, 128, 160, 8; 0, 0, 0, 72, 784, 528, 16; 0, 0, 0, 24, 864, 3672, 1152, 16; 0, 0, 0, 0, 432, 9072, 18336, 3584, 32; 0, 0, 0, 0, 0, 8304, 65664, 69472, 7424, 32; ...
Links
- Andrew Howroyd, Table of n, a(n) for n = 2..1276
- Eric Weisstein's World of Mathematics, Maximal Independent Vertex Set
- Eric Weisstein's World of Mathematics, White Bishop Graph
Comments