A302165 Number of 3Xn 0..1 arrays with every element equal to 0, 1 or 3 horizontally, diagonally or antidiagonally adjacent elements, with upper left element zero.
4, 6, 7, 12, 20, 34, 56, 94, 156, 262, 436, 730, 1216, 2034, 3392, 5670, 9460, 15806, 26380, 44066, 73560, 122858, 205112, 342542, 571916, 955062, 1594660, 2662890, 4446320, 7424674, 12397424, 20701558, 34566948, 57720430, 96380668, 160937266
Offset: 1
Keywords
Examples
Some solutions for n=5 ..0..0..1..0..1. .0..0..1..1..0. .0..1..0..1..0. .0..1..0..1..0 ..0..1..0..0..1. .0..1..0..1..0. .0..1..0..1..1. .1..1..0..1..1 ..0..1..0..1..0. .0..1..0..1..0. .0..1..0..1..0. .0..1..0..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A302163.
Formula
Empirical: a(n) = a(n-1) +a(n-2) -a(n-3) +2*a(n-4) for n>6
Comments