A301793 Number of 4Xn 0..1 arrays with every element equal to 0 or 1 horizontally or antidiagonally adjacent elements, with upper left element zero.
8, 34, 24, 32, 45, 66, 100, 155, 244, 388, 621, 998, 1608, 2595, 4192, 6776, 10957, 17722, 28668, 46379, 75036, 121404, 196429, 317822, 514240, 832051, 1346280, 2178320, 3524589, 5702898, 9227476, 14930363, 24157828, 39088180, 63245997
Offset: 1
Keywords
Examples
Some solutions for n=5 ..0..1..0..1..0. .0..1..1..0..1. .0..0..1..0..1. .0..0..1..0..1 ..1..0..1..0..1. .0..0..1..0..0. .1..0..1..0..0. .1..0..1..0..1 ..1..0..1..0..1. .1..0..1..1..0. .1..0..1..1..0. .1..0..1..0..1 ..0..1..0..1..0. .1..0..0..1..1. .1..0..0..1..1. .0..1..0..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A301790.
Formula
Empirical: a(n) = 2*a(n-1) -a(n-3) for n>5
Comments