# We will mark T_n the amount of ways we can divide a convex polygon with n sides into n-2 triangles. Therefore T_3 = 1, T_4 = 2, T_5 = 5, and so on. We also assume T_2 = 1. Find a withdrawal formula for T_n.