A301961 Number of nX5 0..1 arrays with every element equal to 0, 1 or 4 horizontally or antidiagonally adjacent elements, with upper left element zero.
8, 14, 41, 111, 311, 874, 2454, 6906, 19427, 54659, 153785, 432694, 1217420, 3425350, 9637573, 27116351, 76294719, 214663346, 603978142, 1699356882, 4781321499, 13452757355, 37850765441, 106497159950, 299641101508, 843072151982
Offset: 1
Keywords
Examples
Some solutions for n=5 ..0..1..0..0..1. .0..0..1..1..0. .0..0..1..0..0. .0..0..1..0..1 ..0..1..1..0..1. .1..0..0..1..1. .1..0..1..1..0. .1..0..1..0..1 ..0..0..1..0..1. .1..1..0..0..1. .1..0..0..1..1. .1..0..0..0..1 ..1..0..1..0..1. .0..1..1..0..1. .1..1..0..0..1. .1..0..1..0..1 ..1..0..1..0..1. .0..0..1..0..0. .0..1..1..0..0. .1..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) +3*a(n-2) -a(n-3) -2*a(n-4) -3*a(n-5) +2*a(n-6) for n>8
Comments