A302512 Number of nX5 0..1 arrays with every element equal to 0, 1, 4 or 5 horizontally, diagonally or antidiagonally adjacent elements, with upper left element zero.
8, 7, 21, 36, 90, 184, 376, 832, 1744, 3684, 7908, 16724, 35532, 75700, 160628, 341460, 726132, 1542596, 3278948, 6969732, 14811684, 31481860, 66911620, 142208964, 302253508, 642403076, 1365342212, 2901889028, 6167616388, 13108516100
Offset: 1
Keywords
Examples
Some solutions for n=5 ..0..1..0..1..0. .0..1..0..0..0. .0..0..0..1..0. .0..0..0..1..0 ..0..1..0..1..0. .0..1..0..1..0. .0..1..0..1..0. .0..1..0..1..0 ..0..1..1..0..0. .0..1..1..1..0. .0..1..0..1..0. .0..1..0..1..0 ..0..1..0..1..0. .0..1..0..0..0. .0..1..0..1..0. .0..1..0..1..0 ..0..1..0..1..0. .0..1..0..1..1. .0..1..0..1..0. .0..1..1..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A302515.
Formula
Empirical: a(n) = a(n-1) +6*a(n-3) +2*a(n-5) -12*a(n-6) -4*a(n-7) +8*a(n-9) for n>11
Comments