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!)
A207020 Number of n X 4 0..1 arrays avoiding 0 0 0 and 0 1 1 horizontally and 0 0 1 and 1 0 1 vertically. 1

%I #10 Jun 17 2018 14:39:47

%S 9,81,252,558,1035,1719,2646,3852,5373,7245,9504,12186,15327,18963,

%T 23130,27864,33201,39177,45828,53190,61299,70191,79902,90468,101925,

%U 114309,127656,142002,157383,173835,191394,210096,229977,251073,273420,297054

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

%C Column 4 of A207024.

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

%F Empirical: a(n) = 6*n^3 + (27/2)*n^2 - (21/2)*n.

%F Conjectures from _Colin Barker_, Jun 17 2018: (Start)

%F G.f.: 9*x*(1 + 5*x - 2*x^2) / (1 - x)^4.

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

%F (End)

%e Some solutions for n=4:

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

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

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

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

%Y Cf. A207024.

%K nonn

%O 1,1

%A _R. H. Hardin_, Feb 14 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)