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

The number of valid ways to arrange nnn pairs of parentheses is given by the Catalan number recurrence: 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​ with C0=1C_0 = 1C0​=1. What is C3C_3C3​?