login
A129876
Sequence i_n arising in enumeration of arrays of directed blocks (see Quaintance reference for precise definition).
5
2, 4, 14, 52, 210, 888, 3886, 17448, 79922, 372012, 1754526, 8366316, 40267426, 195365104, 954454750, 4691436944, 23184133474, 115120702740, 574085981614, 2873935425188, 14437612051570, 72760418799848, 367753953183246, 1863706441704888, 9468119928904850, 48209730517343548
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
See Quaintance reference for generating functions that produce A129872-A129886.
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