in Combinatory edited by
1,304 views
0 votes
0 votes
Find a recurrence relation for Cn  the number of ways to parenthesize the product of n+1 numbers , x0*x1*x2.......*xn , to specify the order of multiplication. For example C3 = 5 because there are five ways to parenthesize x0*x1*x2*.....*xn to determine the order of multiplication.
in Combinatory edited by
1.3k views

13 Comments

its T(n) = $\sum_{i=1}^{n-1}T(i).T(n-i)$
0
0

you can relate here ..just some base conditions are different 

https://gateoverflow.in/897/gate2003-6

1
1
1
1

how catalan numbers

here it is given C5=5

not getting this comment

0
0
srestha its catalan no but base condition is change ... her for n we have to use n-1 in formula then we will get correct order of multiplication
0
0

how C5=5?

0
0
i think he wrote something wrong it should be 14 ..for c5
0
0

its C3 typing mistake sorry.

0
0

@ pankaj_vlr , in this article i m not getting how they proved Cn = 2nCn/n+1. Plz explain.

0
0
0
0

https://brilliant.org/wiki/catalan-numbers/  in this article i m stuck on this " which number of sequences are a1,a2 , ...." like what these a's represent here.

0
0
It means how many ways are there to arrange them in a sequence $a_{1} + a_{2} + a_{3} + ...........................+ a_{k}$ such that there partial sum satisfy $\sum_{k = 1}^{2n} a_{k} \geqslant 0$ for $1\leqslant k\leqslant 2n$
1
1
thnx
0
0

1 Answer

0 votes
0 votes

 sonam vyas 

what is initial condition T(0) AND T(1)??

1 comment

if there a only 1 no , only 1 way to parenthesize it ..(itself)
0
0

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true