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

A223564
Number of nX3 0..1 arrays with antidiagonals unimodal
1
8, 64, 448, 3136, 21952, 153664, 1075648, 7529536, 52706752, 368947264, 2582630848, 18078415936, 126548911552, 885842380864, 6200896666048, 43406276662336, 303843936636352, 2126907556454464, 14888352895181248
OFFSET
1,1
COMMENTS
Column 3 of A223569
LINKS
FORMULA
a(n) = product{ (1+(i*(i+1)/2))^2 , i=1..(min(n,3)-1) } * (1+(min(n,3)*(min(n,3)+1)/2))^(max(n,3)-min(n,3)+1)
a(n) = 7*a(n-1) for n>2
EXAMPLE
Some solutions for n=4
..1..0..1....1..1..1....1..0..0....1..1..0....0..0..1....0..0..0....1..0..0
..1..1..1....1..1..0....0..1..0....1..1..1....1..1..0....0..1..0....1..0..0
..1..0..0....1..1..1....0..1..0....1..0..1....1..1..1....0..0..0....0..1..1
..0..1..0....0..1..0....1..1..1....0..0..1....0..1..0....1..0..1....1..0..1
CROSSREFS
Sequence in context: A222446 A239034 A213296 * A146885 A122093 A267231
KEYWORD
nonn
AUTHOR
R. H. Hardin Mar 22 2013
STATUS
approved