Recursionmedium
0:00.0

The number of valid ways to arrange nn pairs of parentheses is given by the Catalan number recurrence: Cn=i=0n1CiCn1iC_n = \sum_{i=0}^{n-1} C_i C_{n-1-i} with C0=1C_0 = 1. What is C3C_3?