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

 


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

%I #8 Jun 22 2018 08:27:43

%S 12,144,612,1782,4212,8692,16284,28362,46652,73272,110772,162174,

%T 231012,321372,437932,586002,771564,1001312,1282692,1623942,2034132,

%U 2523204,3102012,3782362,4577052,5499912,6565844,7790862,9192132,10788012

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

%C Column 5 of A207403.

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

%F Empirical: a(n) = (1/3)*n^5 + 3*n^4 + (28/3)*n^3 + 7*n^2 - (29/3)*n + 2.

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

%F G.f.: 2*x*(6 + 36*x - 36*x^2 + 15*x^3 - x^5) / (1 - x)^6.

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

%F (End)

%e Some solutions for n=4:

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

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

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

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

%Y Cf. A207403.

%K nonn

%O 1,1

%A _R. H. Hardin_, Feb 17 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 22 16:18 EDT 2024. Contains 376119 sequences. (Running on oeis4.)