A317760 Number of nX4 0..1 arrays with every element unequal to 0, 1 or 2 horizontally, vertically or antidiagonally adjacent elements, with upper left element zero.
8, 20, 28, 43, 72, 127, 232, 432, 813, 1539, 2922, 5557, 10577, 20141, 38362, 73076, 139212, 265212, 505263, 962600, 1833903, 3493880, 6656412, 12681561, 24160471, 46029702, 87694221, 167072053, 318300013, 606414406, 1155320200, 2201076948
Offset: 1
Keywords
Examples
Some solutions for n=5 ..0..1..1..0. .0..0..0..1. .0..0..0..0. .0..0..0..0. .0..1..1..1 ..1..1..0..0. .0..0..1..1. .0..0..0..1. .0..0..0..0. .1..1..1..1 ..1..0..0..1. .0..1..1..0. .0..0..1..1. .0..0..0..0. .1..1..1..1 ..0..0..1..1. .1..1..0..0. .0..1..1..1. .0..0..0..1. .0..0..0..0 ..0..1..1..1. .1..0..0..0. .1..1..1..0. .0..0..1..1. .0..0..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A317764.
Formula
Empirical: a(n) = 2*a(n-1) +a(n-2) -2*a(n-3) -a(n-4) +a(n-5) for n>6
Comments