1 / 13
Use the Turán recursion tr(n)=tr(nr)+(r2)+(r1)(nr)t_r(n) = t_r(n-r) + \binom r2 + (r-1)(n-r) with r=3r=3, n=9n=9 and t3(6)=12t_3(6)=12 to compute t3(9)t_3(9).
Review the explanation for this topic →

Your answer