login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 07:54 EDT 2024. Contains 371922 sequences. (Running on oeis4.)