InterviewSolution
Saved Bookmarks
| 1. |
Sum of first 'n' terms of the series = (3)/(2) + (5)/(4) + (9)/(8) + (17)/( 16) + …..... = |
|
Answer» `N -1 + 2^(-n)` |
|