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!)
A251122 Number of (n+1) X (2+1) 0..1 arrays with no 2 X 2 subblock having the sum of its diagonal elements greater than the maximum of its antidiagonal elements. 1

%I #10 Nov 25 2018 11:44:59

%S 21,40,69,117,193,315,510,823,1326,2136,3442,5550,8955,14458,23355,

%T 37743,61015,98661,159564,258097,417516,675450,1092784,1768032,

%U 2860593,4628380,7488705,12116793,19605181,31721631,51326442,83047675,134373690

%N Number of (n+1) X (2+1) 0..1 arrays with no 2 X 2 subblock having the sum of its diagonal elements greater than the maximum of its antidiagonal elements.

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

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

%F Empirical g.f.: x*(21 - 44*x + 14*x^2 + 20*x^3 - 12*x^4) / ((1 - x)^3*(1 - x - x^2)). - _Colin Barker_, Nov 25 2018

%e Some solutions for n=4:

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

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

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

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

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

%Y Column 2 of A251128.

%K nonn

%O 1,1

%A _R. H. Hardin_, Nov 30 2014

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 16 13:56 EDT 2024. Contains 371731 sequences. (Running on oeis4.)