(In reply to
What does not work... by Jer)
I don't believe what Ady found is the mistake -- you are not subtracting infinite terms anywhere.
The issue I found is your approximation is off by O(log(n)), which is usually not a problem. In this case when you write ln(p) = 0 + O(ln(50)), taking the exponential of both sides gives p = O(50).
So P is off by a factor of 50, which removes any meaningful information.
|
Posted by Gamer
on 2010-12-14 02:54:49 |