OFFSET
0,2
COMMENTS
The condition that the columns be in nonincreasing order is equivalent to considering nonequivalent matrices up to permutation of columns.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..200
FORMULA
G.f.: 1/(4*sqrt(1 - 12*x + 4*x^2)) + (3 - 4*x)/(4*(1-2*x)).
D-finite with recurrence n*a(n) +2*(-8*n+5)*a(n-1) +28*(2*n-3)*a(n-2) +8*(-8*n+19)*a(n-3) +16*(n-3)*a(n-4)=0. - R. J. Mathar, Mar 13 2023
PROG
(PARI) seq(n)={Vec(1/(4*sqrt(1 - 12*x + 4*x^2 + O(x*x^n))) + (3 - 4*x)/(4*(1-2*x)))} \\ Andrew Howroyd, Jan 15 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Jan 15 2020
STATUS
approved