I am using this sum:
∞∑k=1(−1)k−1k((−1)k−1(n−1)+k−1∑j=1(−1)j+k−1n(logn)jj!)
Empirically, this is precisely equal to
∞∑k=1(logn)kk!k
which is the most significant term in this expansion of the logarithmic integral
li(n)=loglogn+γ+∞∑k=1(logn)kk!k
where γ is the Euler-Mascheroni constant.
Can anyone show why my sum is equal to the sum from the logarithmic integral?
Answer
I'll start the same way as Sasha, except that I'll first replace n with expz:
1k(−1+expzk−1∑j=0(−z)jj!)
From here, we recall that the partial sums of the exponential function possess the following integral representation (see here for a proof):
exp(−u)k−1∑j=0ujj!=1(k−1)!∫∞utk−1exp(−t)dt
so we make the replacement:
−1k+1k!∫∞−ztk−1exp(−t)dt
Let's complicate things a bit:
−(k−1)!k!+1k!∫∞−ztk−1exp(−t)dt
and replace (k−1)!=Γ(k) with its integral representation:
1k!(−∫∞0tk−1exp(−t)dt+∫∞−ztk−1exp(−t)dt)
which simplifies:
1k!∫0−ztk−1exp(−t)dt
We now treat the sum
∞∑k=11k!∫0−ztk−1exp(−t)dt
and swap summation and integration (justification left to the reader):
∫0−z(∞∑k=1tk−1k!)exp(−t)dt
which becomes
∫0−z(expt−1t)exp(−t)dt=∫0−z1−exp(−t)tdt=−∫0z1−expt−tdt=∫z0expt−1tdt
and since
∫z0expt−1tdt=∞∑j=1zjj!j
the claim is proven.
No comments:
Post a Comment