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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A207454 Number of 3 X n 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 1 and 1 0 1 vertically. 2

%I #8 Mar 05 2018 05:35:55

%S 6,36,90,330,1008,3354,10710,34884,112530,364722,1179360,3817938,

%T 12352782,39978180,129366090,418647162,1354755024,4384104618,

%U 14187219750,45910873476,148570600866,480784736226,1555851810240,5034842671650

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

%C Row 3 of A207453.

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

%F Empirical: a(n) = a(n-1) + 7*a(n-2) + 2*a(n-3) - 4*a(n-4).

%F Empirical g.f.: 6*x*(1 + 5*x + 2*x^2 - 4*x^3) / ((1 + x - x^2)*(1 - 2*x - 4*x^2)). - _Colin Barker_, Mar 05 2018

%e Some solutions for n=5:

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

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

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

%Y Cf. A207453.

%K nonn

%O 1,1

%A _R. H. Hardin_, Feb 17 2012

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)