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

A223579
Number of n X n 0..3 arrays with antidiagonals unimodal
1
4, 256, 204800, 1331200000, 51224576000000, 9249109442560000000, 6561595711835340800000000, 15895655898196756312883200000000, 117344147980184981008663340646400000000
OFFSET
1,1
COMMENTS
Diagonal of A223585
LINKS
FORMULA
Let U(z) = (z^6+15*z^5+115*z^4+405*z^3+964*z^2+660*z+720)/720
a(n) = U(n) * product{ U(i)^2 , i=1..(n-1) }
EXAMPLE
Some solutions for n=3
..2..3..3....0..2..1....0..3..1....2..3..1....2..0..3....2..0..1....0..1..3
..2..0..1....2..0..0....2..2..0....1..2..1....2..1..1....0..2..2....3..2..1
..0..1..3....0..3..0....3..1..2....2..3..0....1..1..2....1..0..0....1..1..1
CROSSREFS
Sequence in context: A209086 A207051 A207128 * A206832 A206894 A207284
KEYWORD
nonn
AUTHOR
R. H. Hardin Mar 22 2013
STATUS
approved