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

A223573
Number of nX5 0..2 arrays with antidiagonals unimodal
1
243, 59049, 7762392, 746600976, 64207683936, 5521860818496, 474880030390656, 40839682613596416, 3512212704769291776, 302050292610159092736, 25976325164473681975296, 2233963964144736649875456
OFFSET
1,1
COMMENTS
Column 5 of A223576
LINKS
FORMULA
Let U(z) = (z^4+6*z^3+23*z^2+18*z+24)/24
a(n) = U(min(n,5))^(max(n,5)-min(n,5)+1) * product{ U(i)^2 , i=1..(min(n,5)-1) }
a(n) = 86*a(n-1) for n>4
EXAMPLE
Some solutions for n=3
..0..0..1..2..1....0..0..0..1..1....0..0..0..1..2....0..0..2..1..0
..0..2..1..1..1....0..1..2..0..0....0..0..0..2..2....0..2..1..0..0
..0..0..1..0..2....0..2..0..2..1....0..0..1..2..2....0..0..2..1..1
CROSSREFS
Sequence in context: A016949 A223792 A223978 * A223329 A216328 A086649
KEYWORD
nonn
AUTHOR
R. H. Hardin Mar 22 2013
STATUS
approved