login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


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

%I #8 Mar 05 2018 10:00:12

%S 6,36,72,164,336,702,1488,3164,6612,13916,29532,62032,130548,275904,

%T 581196,1223824,2581620,5442424,11466060,24172016,50959908,107395128,

%U 226366524,477188096,1005780564,2119935656,4468615788,9419000656

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

%C Row 3 of A207682.

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

%F Empirical: a(n) = a(n-2) + 6*a(n-3) + 4*a(n-4) - 6*a(n-6) for n>8.

%F Empirical g.f.: 2*x*(3 + 18*x + 33*x^2 + 46*x^3 + 12*x^4 - 19*x^5 - 42*x^6 + 3*x^7) / (1 - x^2 - 6*x^3 - 4*x^4 + 6*x^6). - _Colin Barker_, Mar 05 2018

%e Some solutions for n=4:

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

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

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

%Y Cf. A207682.

%K nonn

%O 1,1

%A _R. H. Hardin_, Feb 19 2012

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 23 00:23 EDT 2024. Contains 376140 sequences. (Running on oeis4.)