Bifurcation of tetration below E^-E
#32
Wow, You found it! Smile

Aside from the proof you gave, I also did some tests just to be sure. Here is the Mathematica code I used:
Code:
In[1]:= f[k_, y_] := Exp[ProductLog[k, Log[y^y]]/y]

In[2]:= FullSimplify@Table[Limit[D[f[0, y], {y, k}]/k!, y -> 1/E, Direction -> 1], {k, 0, 4}]

Out[2]= {E^(-E), 0, -E^(3 - E)/6, E^(4 - E)/18, (E^(5 - E)*(-82 + 15*E))/1080}

In[3]:= FullSimplify@Table[Limit[D[f[-1, y], {y, k}]/k!, y -> 1/E, Direction -> -1], {k, 0, 4}]

Out[3]= {E^(-E), 0, -E^(3 - E)/6, E^(4 - E)/18, (E^(5 - E)*(-82 + 15*E))/1080}
and as you can see, these coefficients are the same as those I derived on page 2 of this thread, so this is definitely the function! Good Job GFR!

Andrew Robbins
Reply


Messages In This Thread
Bifurcation of tetration below E^-E - by andydude - 01/13/2008, 11:32 PM
RE: Bifurcation of tetration below E^-E - by GFR - 05/03/2008, 01:13 PM
RE: Tetration FAQ - by GFR - 01/14/2008, 12:36 AM
RE: Tetration FAQ - by andydude - 01/14/2008, 08:01 PM
RE: Tetration FAQ - by mrob27 - 03/14/2011, 04:14 AM
RE: Tetration FAQ - by Ivars - 01/14/2008, 09:43 PM
RE: Tetration FAQ - by GFR - 01/14/2008, 10:23 PM
RE: Tetration FAQ - by andydude - 01/15/2008, 12:41 AM
RE: Tetration FAQ - by GFR - 03/02/2008, 04:18 PM
RE: Tetration FAQ - by andydude - 01/15/2008, 09:30 AM
RE: Tetration FAQ - by Ivars - 01/15/2008, 11:22 AM
RE: Tetration FAQ - by GFR - 01/15/2008, 12:09 PM
RE: Tetration FAQ - by GFR - 01/15/2008, 03:36 PM
RE: Tetration FAQ - by andydude - 01/15/2008, 10:29 PM



Users browsing this thread: 4 Guest(s)