login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Number of (6+2)X(n+2) 0..1 arrays with every 3X3 subblock sum of the two maximums of the diagonal and antidiagonal minus the sum of the minimums of the central row and column nondecreasing horizontally, vertically and ne-to-sw antidiagonally
1

%I #4 Jan 27 2015 10:29:47

%S 1021428,3647288,6729896,29231312,87535036,325742026,1249946456,

%T 4118577869,14578660698,50829856296,176936089464,578710050363,

%U 2053416888304,7026417068819,22843396075358,81175945400214

%N Number of (6+2)X(n+2) 0..1 arrays with every 3X3 subblock sum of the two maximums of the diagonal and antidiagonal minus the sum of the minimums of the central row and column nondecreasing horizontally, vertically and ne-to-sw antidiagonally

%C Row 6 of A254260

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

%H R. H. Hardin, <a href="/A254265/a254265.txt">Empirical recurrence of order 53</a>

%F Empirical recurrence of order 53 (see link above)

%e Some solutions for n=1

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

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

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

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

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

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

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

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

%K nonn

%O 1,1

%A _R. H. Hardin_, Jan 27 2015