InterviewSolution
Saved Bookmarks
| 1. |
Sum of n terms of the series log_a + log((a^2)/(b)) + log((a^3)/(b^2)) + log ((a^4)/(b^3)) + ... is : |
|
Answer» `LOG{a^n/B^(n-1)}^(n//2)` |
|