OFFSET
1,2
COMMENTS
All monomials in "formal determinant" of Hankel matrix, (i.e., including those with zero coefficient due to cancellation). Upper bound for A019448.
EXAMPLE
a(3) = 5 since the 3-part partitions of 9 meeting the budget for parts (i.e., at most 1 1's, 2 2s, 3 3s, 2 4s and 1 5s) are 1+3+5, 1+4+4, 2+2+5, 2+3+4 and 3+3+3.
PROG
(PARI) { a(n) = polcoeff( polcoeff( prod(i=1, 2*n-1, sum(j=0, n-abs(i-n), (x^i*y)^j ) + O(x^(n^2+1)) + O(y^(n+1)) ), n^2, x ), n, y) } \\ Max Alekseyev, Jan 24 2010
CROSSREFS
KEYWORD
nonn
AUTHOR
Marc LeBrun, Jun 26 2001
EXTENSIONS
Corrected by Vladeta Jovovic, Jul 01 2001
Definition corrected by N. J. A. Sloane, Mar 12 2009
a(13) onward from Max Alekseyev, Jan 24 2010
STATUS
approved