A227406
Number of unimodal functions f:[n]->[2^n].
Original entry on oeis.org
1, 2, 16, 372, 24616, 5014592, 3349471840, 7649590386464, 61356625102897216, 1758844330913892684288, 182379122144778004351027200, 69026760045145802122822210022400, 96048744530120196897251255933762037760, 494360393380904255996973467025921794482614272
Offset: 0
-
a:= n-> sum(binomial(n+2*j-1, 2*j), j=0..2^n-1):
seq(a(n), n=0..20);
-
Table[Sum[Binomial[n+2*j-1,2*j],{j,0,2^n-1}],{n,0,15}] (* Vaclav Kotesovec, Sep 22 2013 *)
A225011
Number of 4 X n 0..1 arrays with rows unimodal and columns nondecreasing.
Original entry on oeis.org
5, 25, 95, 295, 791, 1897, 4166, 8518, 16414, 30086, 52834, 89402, 146446, 233108, 361711, 548591, 815083, 1188679, 1704377, 2406241, 3349193, 4601059, 6244892, 8381596, 11132876, 14644540, 19090180, 24675260, 31641640, 40272566, 50898157
Offset: 1
Some solutions for n=3
..0..1..0....0..0..0....0..0..1....0..0..0....1..0..0....1..0..0....0..0..1
..0..1..1....0..1..0....0..1..1....0..0..0....1..0..0....1..0..0....0..0..1
..1..1..1....0..1..0....1..1..1....0..0..0....1..1..0....1..0..0....0..0..1
..1..1..1....0..1..0....1..1..1....0..0..1....1..1..0....1..1..1....0..1..1
A225012
Number of 5 X n 0..1 arrays with rows unimodal and columns nondecreasing.
Original entry on oeis.org
6, 36, 161, 581, 1792, 4900, 12174, 27966, 60172, 122464, 237590, 442118, 793092, 1377174, 2322967, 3817351, 6126818, 9624964, 14827487, 22436251, 33394208, 48953224, 70757132, 100942636, 142261016, 198223936, 273277036, 373005396
Offset: 1
Some solutions for n=3
..0..0..0....0..1..0....0..1..0....1..0..0....0..0..0....0..0..0....0..0..0
..1..0..0....0..1..0....1..1..0....1..1..0....0..0..1....0..0..0....0..1..1
..1..0..0....0..1..0....1..1..1....1..1..0....0..1..1....0..1..0....0..1..1
..1..1..0....0..1..1....1..1..1....1..1..1....0..1..1....0..1..1....1..1..1
..1..1..0....0..1..1....1..1..1....1..1..1....0..1..1....1..1..1....1..1..1
Comments