• 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.

Sum of (1/2^n)

(n + 1)2 = n2 + O(n)
(n+O(n^{1/2}))(n + O(\log\,n))^2 = n^3 + O(n^{5/2})
nO(1) = O(en)

wait..errr..that is just n->inf..nm
 
The sum of an infinite series in geometric progression is:

a_1/(1-r) with absolute convergence when |r|<1 (r is common ratio, or a_{n+1}/a_n)

so

(1/2^{2})/(1-[1/(2^(n+1))]/[1/(2^(n))])=1
 
Yes, pretty sure the sum is 1. If you would've said from n = 0 to infinity, then the sum would be 2, since (1/2)^0 = 1
 
Sorry, I would reply but because I sqrt(-1/64) I am going to hit the sack early.
 
Dare I say it?





This is the binary equivelent to .999...

In binary

.1 + .01 + .001 +... = .111... = 1
 
Back
Top