I recently encountered a problem that requires us to sum the series
∞∑i=0∞∑j=0∞∑k=013i3j3k
given the condition that i≠j≠k. Upon generalizing the problem, I get this:
∞∑k1=0∞∑k2=0⋯∞∑kn=01ak1+⋯+k2=n!×an∏ni=1(ai−1)
for a>1 and k1≠⋯≠k2, i.e. all indices are distinct at all times. Now the closed form expression (on the right hand side) for the infinite series has been obtained purely by guessing. However, I've verified that the equation works, through a computer program. The only task now left to do is to prove the formula, which I'm unable to do.
Answer
Consider the sum
∞∑i=0∞∑j=i+1∞∑k=j+113i3j3k=∞∑i=0(13i∞∑j=i+1(13j(∞∑k=j+113k)))=
12∞∑i=0(13i⋅3−2i−2⋅98)=116∞∑i=03−3i=116⋅2726=27416
This is summing over all $i
To be clear, each of the intermediate steps were simply using the formula for infinite geometric series.
Now let's go for the general case. Suppose your general formula works for some n. Similarly, consider the sum
∞∑k1=0∞∑k2=k1+1∞∑k3=k2+1...∞∑kn=kn−1+11ak1ak2...akn=
(replacing k2 with k′2=k2−k1−1)
∞∑k1=0∞∑k′2=0∞∑k3=k′2+k1+2...∞∑kn=kn−11ak1ak′2+k1+1...akn=
(now, replacing k3 with k′3=k3−k1−1)
∞∑k1=0∞∑k′2=0∞∑k′3=k′2+1∞∑k4=k′3+k1+2...∞∑kn=kn−11ak1ak′2+k1+1ak′3+k1+1...akn=
(repeating this until we define k′n)
∞∑k1=0∞∑k′2=0∞∑k′3=k′2+1...∞∑k′n=k′n−1+11ank1+n−1ak′2...ak′n=∞∑k1=01ank1+n−1c=
Where c is simply your formula, with n−1 being the number of sums, without the factorial term. Just as we had to multiply by 6=3! above, here, we multiply by n! to come to your formula.
That takes care of the inductive step. The base case should be straightforward. My apologies if any of this was unclear.
No comments:
Post a Comment