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

%I #8 Feb 21 2018 07:00:04

%S 6,36,72,240,704,2080,6216,18496,55000,163760,487296,1450192,4315896,

%T 12844160,38224536,113757504,338545344,1007520656,2998410360,

%U 8923354336,26556156776,79031879392,235201123584,699965244000,2083116504872

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

%C Column 3 of A207845.

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

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

%F Empirical g.f.: 2*x*(3 + 15*x + 6*x^2 - 3*x^3 - 8*x^4 - 5*x^5 + 3*x^6 - 2*x^7) / (1 - x - 4*x^2 - 5*x^3 - 2*x^4 + x^5 - x^6). - _Colin Barker_, Feb 21 2018

%e Some solutions for n=4:

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

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

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

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

%Y Cf. A207845.

%K nonn

%O 1,1

%A _R. H. Hardin_, Feb 21 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 August 17 03:26 EDT 2024. Contains 375198 sequences. (Running on oeis4.)