Search: id:A033184 Results 1-1 of 1 results found. %I A033184 %S A033184 1,1,1,2,2,1,5,5,3,1,14,14,9,4,1,42,42,28,14,5,1,132,132,90,48,20,6, %T A033184 1,429,429,297,165,75,27,7,1,1430,1430,1001,572,275,110,35,8,1,4862, %U A033184 4862,3432,2002,1001,429,154,44,9,1 %N A033184 Catalan triangle A009766 transposed. %C A033184 Triangle read by rows: T(n,k) = number of Dyck n-paths (A000108) containing k returns to ground level. E.g. the paths UDUUDD, UUDDUD each have 2 returns; so T(3,2)=2. Row sums over even-indexed columns are the Fine numbers A000957. - David Callan (callan(AT)stat.wisc.edu), Jul 25 2005 %C A033184 Triangular array of numbers a(n,k) = number of linear forests of k planted planar trees and n non-root nodes. %C A033184 Catalan convolution triangle; with offset [0,0]: a(n,m)=(m+1)*binomial(2*n-m, n-m)/(n+1), n >= m >= 0, else 0. G.f. for column m: c(x)*(x*c(x))^m with c(x) g.f. for A000108 (Catalan). - Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de), Sep 12 2001 %C A033184 a(n+1,m+1), n >= m >= 0, a(n,m) := 0, nTangent and Bernoulli numbers related to Motzkin and Catalan numbers by means of numerical triangles. %H A033184 D. Callan, A recursive bijective approach to counting permutations... %H A033184 N. T. Cameron, Random walks, trees and extensions of Riordan group techniques %H A033184 W. Lang, On generalizations of Stirling number triangles, J. Integer Seqs., Vol. 3 (2000), #00.2.4. %H A033184 D. Merlini, R. Sprugnoli and M. C. Verri, An algebra for proper generating trees %H A033184 J. Noonan and D. Zeilberger, [math/9808080] The Enumeration of Permutations With a Prescribed Number of ``Forbidden'' Patterns %H A033184 A. Reifegerste, On the diagram of 132-avoiding permutation. %H A033184 A. Robertson, D. Saracino and D. Zeilberger, Refined restricted permutations. %H A033184 J.-C. Novelli and J.-Y. Thibon, Noncommutative Symmetric Functions and Lagrange Inversion %F A033184 Column k is the k-fold convolution of column 1. The triangle is also defined recursively by (i) entries outside triangle are 0, (ii) top left entry is 1, (iii) every other entry is sum of its east and northwest neighbor. - David Callan (callan(AT)stat.wisc.edu), Jul 25 2005 %F A033184 G.f.= txc/(1-txc), where c=(1-sqrt(1-4x))/(2x) is the g.f. of the Catalan numbers (A000108). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 01 2004 %F A033184 T(n,k) = C(2n-k, n-k)*(k+1)/(n+1). [From Paul D. Hanna (pauldhanna(AT)juno.com), Aug 11 2008] %e A033184 Triangle begins %e A033184 \ k..1....2....3....4....5....6 %e A033184 n\ %e A033184 1 |..1 %e A033184 2 |..1....1 %e A033184 3 |..2....2....1 %e A033184 4 |..5....5....3....1 %e A033184 5 |.14...14....9....4....1 %e A033184 6 |.42...42...28...14....5....1 %e A033184 7 |132..132...90...48...20....6....1 %p A033184 a := proc(n,k) if k<=n then k*binomial(2*n-k,n)/(2*n-k) else 0 fi end: seq(seq(a(n,k),k=1..n),n=1..10); %o A033184 (PARI) T(n,k)=binomial(2*(n-k)+k,n-k)*(k+1)/(n+1) [From Paul D. Hanna (pauldhanna(AT)juno.com), Aug 11 2008] %Y A033184 Rows of Catalan triangle A009766 read backwards. %Y A033184 a(n, 1)= A000108(n-1). Row sums = A000108(n) (Catalan). %Y A033184 The following are all versions of (essentially) the same Catalan triangle: A009766, A030237, A033184, A059365, A099039, A106566, A130020, A047072. %Y A033184 Diagonals give A000108 A000245 A002057 A000344 A003517 A000588 A003518 A003519 A001392, ... %Y A033184 Cf. A116364 (row squared sums). [From Paul D. Hanna (pauldhanna(AT)juno.com), Aug 11 2008] %Y A033184 Sequence in context: A114292 A141751 A079222 this_sequence A110488 A134379 A108087 %Y A033184 Adjacent sequences: A033181 A033182 A033183 this_sequence A033185 A033186 A033187 %K A033184 nonn,tabl %O A033184 1,4 %A A033184 Christian G. Bower (bowerc(AT)usa.net) Search completed in 0.003 seconds