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

A219501
Number of n X 7 arrays of the minimum value of corresponding elements and their horizontal or vertical neighbors in a random, but sorted with lexicographically nondecreasing rows and nonincreasing columns, 0..1 n X 7 array.
0
7, 13, 45, 126, 281, 550, 995, 1703, 2793, 4424, 6804, 10200, 14949, 21470, 30277, 41993, 57365, 77280, 102782, 135090, 175617, 225990, 288071, 363979, 456113, 567176, 700200, 858572, 1046061, 1266846, 1525545, 1827245, 2177533, 2582528
OFFSET
1,1
COMMENTS
Column 7 of A219502.
FORMULA
Empirical: a(n) = (1/720)*n^6 + (1/240)*n^5 + (23/144)*n^4 + (13/16)*n^3 + (331/180)*n^2 + (311/60)*n - 27 for n>3.
EXAMPLE
Some solutions for n=3
..0..0..0..0..0..0..0....1..0..0..0..0..0..0....1..0..0..0..0..0..0
..1..0..0..0..0..0..0....1..1..0..0..0..0..0....1..1..0..0..0..0..0
..1..1..1..1..1..1..0....1..1..1..1..1..1..0....1..1..1..1..0..0..0
CROSSREFS
Cf. A219502.
Sequence in context: A159305 A146648 A374727 * A267310 A153119 A166703
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 20 2012
STATUS
approved