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

A073147
Triangle of numbers {a(n,k), n >= 0, 0<=k<=n} defined by a(0,0)=1, a(n,0)=A001764(n), a(n,n)=A006013(n), a(n,n-1)=A006629(n-1).
1
1, 1, 2, 3, 4, 7, 12, 15, 18, 30, 55, 67, 76, 88, 143, 273, 328, 364, 400, 455, 728, 1428, 1701, 1866, 2010, 2175, 2448, 3876, 7752, 9180, 9999, 10659, 11319, 12138, 13566, 21318, 43263
OFFSET
0,3
COMMENTS
Related to generalized Catalan numbers; in particular, C(3n,n)/(2n+1) (enumerates ternary trees and also non-crossing trees)(A001764) and sum of root degrees of all noncrossing trees on nodes on a circle (A006629).
These numbers are cardinalities of some intervals in the Tamari lattices. - F. Chapoton, Jul 15 2021
FORMULA
(n, m)-th entry in triangle is Sum A001764(n-k)*A001764(k), k=0..m.
EXAMPLE
{1}, {1,2}, {3,4,7}, {12,15,18,30}, {55,67,76,88,143}, {273,328,364,400,455,728},...
CROSSREFS
KEYWORD
easy,nonn,tabl
AUTHOR
Paul D. Hanna, Jul 18 2002
STATUS
approved