Guest Session: 1 Question Remaining. Create Account to save progress.
Login
Recursionhard
0:00.0

The recursive definition of the number of binary trees with nnn nodes is given by Cn=∑i=0n−1CiCn−1−iC_n = \sum_{i=0}^{n-1} C_i C_{n-1-i}Cn​=∑i=0n−1​Ci​Cn−1−i​. What is C3C_3C3​ (where C0=1C_0=1C0​=1)?