A301965 Number of 3Xn 0..1 arrays with every element equal to 0, 1 or 4 horizontally or antidiagonally adjacent elements, with upper left element zero.
4, 13, 16, 25, 41, 74, 132, 239, 437, 800, 1468, 2697, 4957, 9114, 16760, 30823, 56689, 104264, 191768, 352713, 648737, 1193210, 2194652, 4036591, 7424445, 13655680, 25116708, 46196825, 84969205, 156282730, 287448752, 528700679, 972432153
Offset: 1
Keywords
Examples
Some solutions for n=5 ..0..0..1..1..0. .0..1..0..1..0. .0..0..1..1..0. .0..1..0..0..1 ..1..0..0..1..0. .0..0..0..1..1. .1..0..0..1..1. .0..1..1..0..1 ..1..1..0..1..1. .0..1..0..0..1. .1..1..0..0..1. .0..0..1..0..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A301964.
Formula
Empirical: a(n) = 2*a(n-1) -a(n-4) for n>6
Comments