login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A076038
Square array read by antidiagonals in which row n has g.f. C/(1-n*x*C) where C = (1/2-1/2*(1-4*x)^(1/2))/x = g.f. for Catalan numbers A000108.
1
1, 1, 1, 1, 2, 2, 1, 3, 5, 5, 1, 4, 10, 14, 14, 1, 5, 17, 35, 42, 42, 1, 6, 26, 74, 126, 132, 132, 1, 7, 37, 137, 326, 462, 429, 429, 1, 8, 50, 230, 726, 1446, 1716, 1430, 1430, 1, 9, 65, 359, 1434, 3858, 6441, 6435, 4862, 4862, 1, 10, 82, 530, 2582, 8952, 20532, 28770
OFFSET
0,5
FORMULA
a(n, m) = 1/(m+1)*Sum_{k=0..m} binomial(2*m-k, m)*(k+1)*(n-m)^k, m=0..n.
EXAMPLE
Array begins
1 1 2 5 14 42 ... (n=0)
1 2 5 14 42 132 ... (n=1)
1 3 10 35 126 ... (n=2)
1 4 17 74 326 ...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
N. J. A. Sloane, Oct 29 2002
EXTENSIONS
More terms from Vladeta Jovovic, Jul 18 2003
STATUS
approved