A221200 T(n,k)=Number of nXk arrays of occupancy after each element moves to some horizontal, diagonal or antidiagonal neighbor, with no occupancy greater than 2.
0, 1, 0, 2, 9, 0, 4, 10, 49, 0, 8, 196, 46, 289, 0, 16, 720, 9025, 212, 1681, 0, 32, 6400, 58700, 427716, 976, 9801, 0, 64, 34272, 2518569, 4984812, 20277009, 4492, 57121, 0, 128, 242064, 32085376, 1026177156, 433687328, 961434049, 20672, 332929, 0, 256
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..2..2..0....0..0..1..0....0..2..2..0....0..1..2..2....0..1..2..0 ..1..0..0..2....2..1..1..2....0..2..1..1....1..2..0..1....1..1..1..2 ..1..2..2..0....1..2..1..1....2..1..1..0....1..0..2..0....1..2..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..71
Crossrefs
Column 2 is A090390
Comments