login
A228792
Number of n X 4 binary arrays with top left element equal to 1 and no two ones adjacent horizontally or nw-se.
1
3, 16, 97, 586, 3588, 22060, 135768, 835776, 5145232, 31675616, 195005248, 1200515520, 7390763648, 45499943936, 280112449792, 1724463325696, 10616356983808, 65357745761280, 402363535587328, 2477080763498496
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 8*a(n-1) - 12*a(n-2) + 4*a(n-3) for n>4.
Empirical g.f.: x*(3 - 8*x + 5*x^2 - 10*x^3) / (1 - 8*x + 12*x^2 - 4*x^3). - Colin Barker, Sep 13 2018
EXAMPLE
Some solutions for n=4:
..1..0..0..1....1..0..0..0....1..0..0..1....1..0..0..0....1..0..0..0
..0..0..0..1....1..0..0..0....1..0..0..1....0..0..0..0....0..0..0..0
..0..0..0..1....0..0..0..0....0..0..0..0....0..0..1..0....0..0..0..0
..1..0..1..0....1..0..1..0....1..0..1..0....1..0..1..0....1..0..0..1
CROSSREFS
Column 4 of A228796.
Sequence in context: A157051 A000271 A157016 * A295810 A233203 A074553
KEYWORD
nonn
AUTHOR
R. H. Hardin, Sep 04 2013
STATUS
approved