Recursionmedium
0:00.0

A Sierpinski triangle is formed by removing the middle triangle of a larger triangle. If the area of the initial triangle is A0=1A_0 = 1, and AnA_n is the area after nn iterations, the recurrence is A_n = rac{3}{4}A_{n-1}. What is A2A_2?