OFFSET
1,2
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
From Thomas Scheuerle, Jan 14 2026: (Start)
The generating function A(x) satisfies: (8*x^2 - x^2)*A(x)^3 + (12*x^4 + 26*x^3 - 3*x^2 - 4*x)*A(x)^2 + (10*x^4 + 16*x^3 + 19*x^2 - 2*x - 3)*A(x) + (-8*x^5 - 3*x^4 + 16*x^3 + 6*x^2) = 0.
PROG
(PARI)
listA129873(m) = {my(S = t*O(t)); for (n= 1, m+1, S = (- 8*t - 3 - (8*t^4 - t^2)*S^3 - (24*t^3 - 2*t^2 - 4*t)*S^2)/(24*t^2 + 2*t - 3); ); return(vector(m, i , polcoeff(S, i, t))); }
a(n) = { my(a129873 = concat([1], listA129873(n*2))); sum(k=1, floor(n/2), a129873[1+n-2*k]*(2/k)*binomial(3*k-3, k-1)); } \\ 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
