A301959 Number of nX3 0..1 arrays with every element equal to 0, 1 or 4 horizontally or antidiagonally adjacent elements, with upper left element zero.
3, 6, 16, 40, 100, 252, 632, 1588, 3988, 10016, 25156, 63180, 158680, 398532, 1000932, 2513888, 6313748, 15857276, 39826296, 100025620, 251219060, 630948512, 1584656932, 3979940588, 9995808408, 25104944036, 63052250436, 158358699360
Offset: 1
Keywords
Examples
Some solutions for n=5 ..0..1..0. .0..1..0. .0..0..1. .0..1..0. .0..1..0. .0..1..0. .0..0..1 ..1..0..1. .1..0..1. .1..0..1. .0..1..0. .0..1..0. .0..0..0. .1..0..1 ..1..1..1. .1..1..1. .1..1..1. .0..1..0. .0..1..1. .0..1..0. .0..1..0 ..1..0..0. .1..0..1. .1..0..0. .0..1..1. .0..0..1. .0..1..0. .0..1..0 ..1..1..0. .1..0..0. .1..1..0. .0..0..1. .1..0..1. .0..1..1. .0..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A301964.
Formula
Empirical: a(n) = a(n-1) +3*a(n-2) +2*a(n-3)
Comments