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

A070054
Number of Bottleneck-Monge matrices with 6 rows.
8
64, 559, 3558, 19030, 90398, 393133, 1595475, 6121871, 22418665, 78909805, 268421215, 886226507, 2849922043, 8952215067, 27534649147, 83092274171, 246448262139, 719487237115, 2070217930747, 5877572837371, 16481768407035, 45689773670395, 125310468063227, 340264608595963, 915344114450427, 2440847110832123
OFFSET
1,1
COMMENTS
Bottleneck-Monge matrices are {0,1} matrices A in which, for every i<j and k<l, max(A[i,l],A[j,k]) <= max(A[i,k],A[j,l]).
LINKS
FORMULA
a(N) = a(6, N), where a(P, N) is defined recursively in A070050.
Empirical G.f.: -x*(2048*x^11-21010*x^10+81464*x^9-175106*x^8+241444*x^7-229084*x^6+154777*x^5-75284*x^4+26086*x^3-6189*x^2+913*x-64) / ((x-1)*(2*x-1)^11). - Colin Barker, Feb 28 2013
KEYWORD
nonn
AUTHOR
Pascal Prea (pascal.prea(AT)lim.univ-mrs.fr), Apr 18 2002
EXTENSIONS
a(10) - a(26) from Nathaniel Johnston, Apr 13 2011
STATUS
approved