InterviewSolution
Saved Bookmarks
| 1. |
-GAndr-the-mindthewing Segoencasenmx2 |
|
Answer» the series can be written as.. given t1 = 3.and tn = t(n-1)/n² so put n=1 t2 = t1/2² = 3/4 t3 = t2/3² = (3/4)/9 = 1/12t4 = t3/4² = (1/12)/16 = 1/192...and so on.. |
|