OFFSET
1,1
LINKS
Jocelyn Quaintance, Letter Representations of m x n x p Proper Arrays, arXiv:math/0412244 [math.CO], 2004-2006. See Table 1.
Jocelyn Quaintance, Combinatoric Enumeration of Two-Dimensional Proper Arrays, Discrete Math., 307 (2007), 1844-1864. See Table 1.
FORMULA
The generating function A(x) satisfies: x^2*A(x)^3 + (x^2 - 2*x)*A(x)^2 + (x^2 - 2*x + 1)*A(x) - 2*x = 0. - Thomas Scheuerle, Jan 14 2026
PROG
(PARI) lista(m) = {my(A = t*O(t)); for (n= 1, m+1, A = t*(1+A)*(2-t*A)/((1-t*A)^2); ); return(vector(m, i, polcoeff(A, i, t))); } \\ Thomas Scheuerle, Jan 14 2026
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 26 2007
EXTENSIONS
More terms from Thomas Scheuerle, Jan 14 2026
STATUS
approved
