login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A228750
Number of n X 4 binary arrays with top left element equal to 1 and no two ones adjacent horizontally or antidiagonally.
1
3, 20, 126, 780, 4808, 29608, 182288, 1122240, 6908896, 42533440, 261849728, 1612032128, 9924194048, 61096565760, 376130326016, 2315580595200, 14255467112448, 87761291061248, 540287045521408, 3326182739886080
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 8*a(n-1) - 12*a(n-2) + 4*a(n-3).
Empirical g.f.: x*(3 - 4*x + 2*x^2) / (1 - 8*x + 12*x^2 - 4*x^3). - Colin Barker, Sep 12 2018
EXAMPLE
Some solutions for n=4:
..1..0..1..0....1..0..0..0....1..0..0..0....1..0..0..0....1..0..1..0
..0..0..1..0....1..0..1..0....0..1..0..1....0..1..0..0....0..0..1..0
..1..0..0..1....1..0..0..1....0..1..0..1....0..0..1..0....1..0..1..0
..0..0..0..0....0..1..0..1....0..1..0..1....1..0..0..1....0..0..1..0
CROSSREFS
Column 4 of A228754.
Sequence in context: A037795 A325890 A323563 * A187442 A167590 A228884
KEYWORD
nonn
AUTHOR
R. H. Hardin, Sep 02 2013
STATUS
approved