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”).

A253494
Number of (n+1) X (7+1) 0..2 arrays with every 2 X 2 subblock diagonal minus antidiagonal sum nondecreasing horizontally, vertically and ne-to-sw antidiagonally.
1
48293, 51167, 60586, 82676, 127898, 220988, 415106, 827156, 1722698, 3728108, 8381906, 19618436, 47878298, 121758428, 321599906, 877526516, 2458110698, 7025471948, 20378773106, 59741111396, 176432995898, 523718388668
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 6*a(n-1) - 11*a(n-2) + 6*a(n-3) for n>6.
Empirical: a(n) = 49*3^(n-1) + 5322*2^(n-1) + 38777 for n>3.
Empirical g.f.: x*(48293 - 238591*x + 284807*x^2 - 7761*x^3 - 8714*x^4 - 480*x^5) / ((1 - x)*(1 - 2*x)*(1 - 3*x)). - Colin Barker, Dec 16 2018
EXAMPLE
Some solutions for n=4:
..0..1..2..1..0..1..1..1....0..2..1..2..2..1..2..1....0..0..0..1..1..0..0..0
..1..1..2..1..0..1..1..1....0..2..1..2..2..1..2..1....2..1..1..2..2..1..1..1
..1..1..2..1..0..1..1..1....0..2..1..2..2..1..2..1....2..1..1..2..2..1..1..1
..1..1..2..1..0..1..1..1....0..2..1..2..2..1..2..1....1..0..0..1..1..0..0..0
..1..1..2..1..0..1..1..1....0..2..1..2..2..1..2..2....1..0..0..1..1..0..1..2
CROSSREFS
Column 7 of A253495.
Sequence in context: A186592 A221556 A227701 * A253501 A253455 A233890
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 02 2015
STATUS
approved