Time for some exponentials
Jan. 8th, 2012 08:22 pmEDIT: D'oh. Miswrote some sums so as to screw things up. Fixed now.
Let's consider the sequence an=sum from k=0 to n of 1/k! * (n-k)^k.
We can round this down to bn=sum from k=0 to n of (n-k choose k). If we do that, we get bn=Fn+1, where Fn is the n'th Fibonacci number. (This is a well-known sum.) Or, in other words, about φn+1/√5, where φ is the golden ratio.
On the other hand, we can round it up to cn=sum from k=0 to n of (n-k multichoose k). If we do that, we get cn=2n-1 for n≥1 (while c0=1). (This is easy.)
So the original sequence an, being somewhere between these two, is evidently about exponential, with base somewhere inbetween φ and 2. Indeed, running the numbers, it is apparently about
1/(1+W(1))*1/W(1)n, or, equivalently, 1/(1+W(1))*eW(1)n
where W is the Lambert W function (i.e. W(1) is the unique real number such that 1/W(1)=eW(1)). Our base here, 1/W(1) (or eW(1)), is about 1.76322283...
So, that's kind of neat, but I have no idea why this might be. I don't really feel like thinking about it now, though, so I thought I'd just throw it out there and see if anyone knew anything about it...
-Harry
Let's consider the sequence an=sum from k=0 to n of 1/k! * (n-k)^k.
We can round this down to bn=sum from k=0 to n of (n-k choose k). If we do that, we get bn=Fn+1, where Fn is the n'th Fibonacci number. (This is a well-known sum.) Or, in other words, about φn+1/√5, where φ is the golden ratio.
On the other hand, we can round it up to cn=sum from k=0 to n of (n-k multichoose k). If we do that, we get cn=2n-1 for n≥1 (while c0=1). (This is easy.)
So the original sequence an, being somewhere between these two, is evidently about exponential, with base somewhere inbetween φ and 2. Indeed, running the numbers, it is apparently about
1/(1+W(1))*1/W(1)n, or, equivalently, 1/(1+W(1))*eW(1)n
where W is the Lambert W function (i.e. W(1) is the unique real number such that 1/W(1)=eW(1)). Our base here, 1/W(1) (or eW(1)), is about 1.76322283...
So, that's kind of neat, but I have no idea why this might be. I don't really feel like thinking about it now, though, so I thought I'd just throw it out there and see if anyone knew anything about it...
-Harry