This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A331396 #12 Jan 23 2020 14:44:26 %S A331396 1,12,124,1280,13456,143808,1556416,17006592,187207936,2072947712, %T A331396 23063919616,257634271232,2887544049664,32456082440192, %U A331396 365710391885824,4129672996585472,46721752249729024,529486122704437248,6009576477811277824,68299997524116111360 %N 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. %C A331396 The condition that the columns be in decreasing order is equivalent to considering nonequivalent matrices with distinct columns up to permutation of columns. %H A331396 Andrew Howroyd, <a href="/A331396/b331396.txt">Table of n, a(n) for n = 1..200</a> %F A331396 a(n) = (A052141(n) - A011782(n))/2. %F A331396 G.f.: 1/(4*sqrt(1 - 12*x + 4*x^2)) - 1/(4*(1-2*x)). %F A331396 a(n) = A011782(n) * A047665(n). %o A331396 (PARI) seq(n)={Vec(1/(4*sqrt(1 - 12*x + 4*x^2 + O(x*x^n))) - 1/(4*(1-2*x)))} %Y A331396 Column k=2 of A331278. %Y A331396 Cf. A011782, A047665, A052141, A331397. %K A331396 nonn %O A331396 1,2 %A A331396 _Andrew Howroyd_, Jan 15 2020