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”).

A207848
Number of 5 X n 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 0 and 1 1 1 vertically.
1
16, 256, 704, 2816, 10144, 38208, 140032, 524480, 1928000, 7206080, 26535520, 99030016, 365153536, 1361114752, 5024242112, 18709799552, 69123162272, 257205919680, 950917193216, 3536088581440, 13080799664192, 48617201294144
OFFSET
1,1
COMMENTS
Row 5 of A207845.
LINKS
FORMULA
Empirical: a(n) = 15*a(n-2) + 4*a(n-3) - 32*a(n-4) - 4*a(n-5) + 15*a(n-6) - a(n-8) for n>9.
Empirical g.f.: 16*x*(1 + 16*x + 29*x^2 - 68*x^3 - 58*x^4 + 88*x^5 - 5*x^6 - 8*x^7 + x^8) / (1 - 15*x^2 - 4*x^3 + 32*x^4 + 4*x^5 - 15*x^6 + x^8). - Colin Barker, Jun 26 2018
EXAMPLE
Some solutions for n=4:
..0..1..0..0....0..1..1..1....0..1..0..1....1..0..1..0....1..1..0..0
..1..1..0..1....1..0..1..1....0..1..0..1....1..1..0..1....1..0..1..1
..1..0..1..0....0..1..0..0....1..0..1..0....0..1..1..1....0..1..1..0
..0..1..0..1....1..1..1..0....1..0..1..1....1..0..1..0....0..1..0..0
..0..1..1..0....1..0..1..1....0..1..0..0....1..1..0..1....1..0..1..1
CROSSREFS
Cf. A207845.
Sequence in context: A208376 A208066 A207931 * A208837 A208685 A017570
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 21 2012
STATUS
approved