Recursionhard
0:00.0

The recursive definition of the number of binary trees with nn nodes (CnC_n) is Cn=CiCn1iC_n = \sum C_i C_{n-1-i}. What is C3C_3?