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

A331396
Number of nonnegative integer matrices with 2 distinct columns and any number of nonzero rows with column sums n and columns in decreasing lexicographic order.
3
1, 12, 124, 1280, 13456, 143808, 1556416, 17006592, 187207936, 2072947712, 23063919616, 257634271232, 2887544049664, 32456082440192, 365710391885824, 4129672996585472, 46721752249729024, 529486122704437248, 6009576477811277824, 68299997524116111360
OFFSET
1,2
COMMENTS
The condition that the columns be in decreasing order is equivalent to considering nonequivalent matrices with distinct columns up to permutation of columns.
LINKS
FORMULA
a(n) = (A052141(n) - A011782(n))/2.
G.f.: 1/(4*sqrt(1 - 12*x + 4*x^2)) - 1/(4*(1-2*x)).
a(n) = A011782(n) * A047665(n).
PROG
(PARI) seq(n)={Vec(1/(4*sqrt(1 - 12*x + 4*x^2 + O(x*x^n))) - 1/(4*(1-2*x)))}
CROSSREFS
Column k=2 of A331278.
Sequence in context: A016134 A045507 A288350 * A209041 A155595 A070312
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Jan 15 2020
STATUS
approved