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

Number of 6 X n 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 0 1 and 0 1 1 vertically.
1

%I #8 Jun 28 2018 10:54:51

%S 16,256,784,2401,17689,130321,577600,2560000,15054400,88529281,

%T 443060401,2217373921,12151975696,66597028096,346652467984,

%U 1804403844961,9669593502409,51818243883121,273150984198400,1439868559360000

%N Number of 6 X n 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 0 1 and 0 1 1 vertically.

%C Row 6 of A208118.

%H R. H. Hardin, <a href="/A208121/b208121.txt">Table of n, a(n) for n = 1..210</a>

%F Empirical: a(n) = 7*a(n-1) - 21*a(n-2) + 84*a(n-3) - 756*a(n-5) + 1701*a(n-6) - 5103*a(n-7) + 6561*a(n-8).

%F Empirical g.f.: x*(16 + 144*x - 672*x^2 + 945*x^3 - 4158*x^4 + 3159*x^5 + 1458*x^6 + 6561*x^7) / ((1 - 3*x)*(1 + 3*x)*(1 - 7*x + 9*x^2)*(1 + 21*x^2 + 81*x^4)). - _Colin Barker_, Jun 28 2018

%e Some solutions for n=4:

%e ..1..0..0..1....0..1..1..1....1..1..0..1....1..1..1..0....0..0..1..1

%e ..1..1..1..0....0..0..1..1....1..0..1..1....1..0..1..1....0..1..1..1

%e ..1..0..0..1....0..0..1..1....1..1..0..0....0..1..1..0....0..0..1..1

%e ..0..1..1..0....0..0..1..1....0..0..1..1....0..0..1..1....0..1..1..1

%e ..1..0..0..1....0..0..1..1....1..1..0..0....0..1..1..0....0..0..1..1

%e ..0..1..1..0....0..0..1..1....0..0..1..1....0..0..1..1....0..1..1..1

%Y Cf. A208118.

%K nonn

%O 1,1

%A _R. H. Hardin_, Feb 23 2012