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

A223565
Number of nX4 0..1 arrays with antidiagonals unimodal
1
16, 256, 3136, 34496, 379456, 4174016, 45914176, 505055936, 5555615296, 61111768256, 672229450816, 7394523958976, 81339763548736, 894737399036096, 9842111389397056, 108263225283367616, 1190895478117043776
OFFSET
1,1
COMMENTS
Column 4 of A223569
LINKS
FORMULA
a(n) = product{ (1+(i*(i+1)/2))^2 , i=1..(min(n,4)-1) } * (1+(min(n,4)*(min(n,4)+1)/2))^(max(n,4)-min(n,4)+1)
a(n) = 11*a(n-1) for n>3
EXAMPLE
Some solutions for n=4
..0..1..0..0....0..0..0..0....0..1..0..0....1..0..1..1....1..1..1..0
..1..1..1..1....1..0..1..0....0..1..0..1....1..1..0..1....1..1..0..0
..1..1..0..1....1..1..1..0....0..0..1..0....0..0..0..0....1..1..1..1
..1..0..1..0....1..0..1..1....0..1..0..1....0..0..0..0....1..1..1..0
CROSSREFS
Sequence in context: A297377 A283860 A223660 * A223677 A207277 A294329
KEYWORD
nonn
AUTHOR
R. H. Hardin Mar 22 2013
STATUS
approved