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 , and is the area after iterations, the recurrence is A_n = rac{3}{4}A_{n-1}. What is ?
A Sierpinski triangle is formed by removing the middle triangle of a larger triangle. If the area of the initial triangle is , and is the area after iterations, the recurrence is A_n = rac{3}{4}A_{n-1}. What is ?