• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question about mathematical series

mAdMaLuDaWg

Platinum Member
I'm trying to solve a recurrence problem using iteration (algorithm stuff)... well anyway, I've reached a point where I have the following series:
1+1/4+1/16+1/64+....+1/4^n

I'm wondering whether there is anyway to simplify it.

For example, I know that 1+x+x^2+...+x^(n-1)=x^(n-1)/x-1

TIA
 
Back
Top