[go: up one dir, main page]

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”).

A064308
Product of two triangular matrices C*S2.
2
1, 4, 2, 13, 20, 5, 41, 149, 98, 14, 131, 1022, 1330, 462, 42, 428, 6866, 15768, 9990, 2112, 132, 1429, 46188, 176229, 181170, 66792, 9438, 429, 4861, 313601, 1917960, 3003990, 1717287, 411411, 41470, 1430
OFFSET
1,2
COMMENTS
This triangular matrix appears in the definition of the row polynomials for triangle A064307.
The first column sequence (m=1) gives A001453(n+1). The main diagonal gives A000108(n+1). Row sums give A064309.
FORMULA
a(n, m)=sum(A009766(n, k)*A008277(k, m), k=m..n), n >= m >= 1 else 0. Product of Catalan triangular matrix (without row n=0 and column m=0) with Stirling2 triangular matrix.
CROSSREFS
Sequence in context: A213853 A096034 A193849 * A330314 A255044 A248249
KEYWORD
nonn,easy,tabl
AUTHOR
Wolfdieter Lang, Sep 13 2001
STATUS
approved