Conversation

Interesting puzzle here for someone good at combinatorics and asymptotics. Any takers?
Quote Tweet
Replying to @stevenstrogatz
Steven I was quite awake last night because of this problem. I wrote it down nicely here gist.github.com/buddhabrot/2e3 Could you reach out to anyone who can help with demystifying this? It's a little scary because the constant factor does not seem to make sense. cc @johncarlosbaez
Show replies
Replying to
Start by replacing x by the new variable u=x/n, then approximate the terms of the sum by the corresponding exponentials using Euler's formula. You get a geometric series that you can sum, and from there get the asymptotic of the root (my 5 min thought. I haven't checked details).
Replying to
Unrelated Question but how do I find the partial sums of Polygamma (-√(x^2 + 356x + 321)) ?, I know I can resolve negative Polygamma by reflection to positive Polygamma and πcot(π(x^2 + 356x + 321)). So I guess I really need to know the partial sums over cot(x).