A285750 T(n,k) = Number of n X k 0..1 arrays with the number of 1's horizontally, diagonally or antidiagonally adjacent to some 0 one less than the number of 0's adjacent to some 1.
0, 0, 0, 1, 4, 0, 2, 8, 14, 0, 6, 44, 105, 52, 0, 12, 150, 630, 550, 206, 0, 28, 540, 4850, 8544, 5105, 772, 0, 56, 2042, 31276, 119506, 125088, 30918, 2896, 0, 119, 7760, 250592, 1729212, 3640966, 1835412, 265920, 10996, 0, 236, 29654, 1727836
Offset: 1
Examples
Some solutions for n=4, k=4 ..0..0..0..0. .0..1..1..1. .0..1..1..1. .0..0..0..1. .0..0..0..0 ..1..0..1..0. .0..1..0..0. .1..0..0..0. .1..1..1..0. .1..0..1..1 ..1..0..0..1. .1..0..0..1. .0..0..0..0. .0..1..0..1. .1..0..1..1 ..1..1..0..0. .1..0..0..0. .1..0..0..0. .1..0..0..0. .0..1..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..143
Comments