base holomorphic tetration
#26
Not sure if this will help anything, but here's a graph showing the root test for the first 33 Taylor coefficients in b for \( ^{1/2} b \) expanded about b = 1.42. I used the regular formula

\( ^{t} b = \lim_{n \rightarrow \infty} \log_b^n\left(F - \left(F - \exp^n_b(1)\right) \log(F)^t\right) \)

(this is just a rearrangement of the formula mentioned in my original post to this thread)

with n = 8192, 2048 digits of precision (just to be safe) and the simple, straightforward numerical differentiation via the difference quotient (delta step 10^-20). Took about an hour(!) to compute due to the extreme precision... I could probably do some more if I could parallelize the job but Pari/GP doesn't have parallel computation facilities (no threads, no MPI, no nothing like that). I suppose I could recode the formula as a C or Fortran program for a parallel job, interfaced with an arbitrary-precision package like GMP or MPFR (I think Pari/GP uses something like this under the hood), and crunch even more coeffs, because crunching these coeffs is tediously slow, esp. if I have to add more precision (I'm pretty sure up to the 30th or 31st coeff is right, not sure about the accuracy of the last 2 but they should be, though only a recalc with more precision will tell.).

Coeffs:
Code:
a_0 = 1.246220033102832033637391168
a_1 = 0.4479211001478450057502788291
a_2 = -0.1944285662380565757140341278
a_3 = 0.1431678738611080328964523214
a_4 = -0.1449673997741212873243507213
a_5 = 0.1821593012238922403824879947
a_6 = -0.2634074264259034150890239199
a_7 = 0.4170984777615359795375604795
a_8 = -0.7022041478879047165932451401
a_9 = 1.235350783631857820858433698
a_10 = -2.247058971388908630541707138
a_11 = 4.196782696009382012696224987
a_12 = -8.009130240912803756451562486
a_13 = 15.56210572774662623695298001
a_14 = -30.70293022611311616071677783
a_15 = 61.37465434532134439666317750
a_16 = -124.0937577676786262630256434
a_17 = 253.4276217341761588591503345
a_18 = -522.1524296306182164337119282
a_19 = 1084.317735417423446029022288
a_20 = -2267.611476993890273952854904
a_21 = 4772.099072723291344681868206
a_22 = -10098.44557704069780712228148
a_23 = 21465.93884981489863800142138
a_24 = -45708.11493010257551050715076
a_25 = 96243.61297567708695783556454
a_26 = -185475.2857026224205407755534
a_27 = 186483.8146778817735118583707
a_28 = -451252.6193153016119357011782
a_29 = 73309968.03777933438145964027
a_30 = -1983477241.135794800710911594
a_31 = 19226263007.10400347804764423
a_32 = 346411096888.4104287944798334

Graph of root test (testing for convergence radius, as you mention):

   

The big question, of course, is does it dip below 0.42, the expected radius of convergence, and stay below it, out to infinity? If it does, then that would indicate a closer singularity. If it drops to 0.02466... then that would indicate a singularity at \( b = e^{1/e} \). (Of course, the graph alone isn't a proof.)
Reply


Messages In This Thread
base holomorphic tetration - by bo198214 - 11/05/2009, 02:12 PM
RE: base holomorphic tetration - by mike3 - 11/06/2009, 04:15 AM
RE: base holomorphic tetration - by mike3 - 11/06/2009, 11:58 AM
RE: base holomorphic tetration - by bo198214 - 11/06/2009, 12:12 PM
RE: base holomorphic tetration - by mike3 - 11/06/2009, 09:16 PM
RE: base holomorphic tetration - by bo198214 - 11/06/2009, 11:29 PM
RE: base holomorphic tetration - by mike3 - 11/07/2009, 12:23 AM
RE: base holomorphic tetration - by bo198214 - 11/07/2009, 08:17 AM
RE: base holomorphic tetration - by mike3 - 11/07/2009, 08:21 AM
RE: base holomorphic tetration - by bo198214 - 11/07/2009, 09:55 AM
RE: base holomorphic tetration - by bo198214 - 11/07/2009, 04:47 PM
RE: base holomorphic tetration - by bo198214 - 11/08/2009, 05:39 PM
RE: base holomorphic tetration - by mike3 - 11/08/2009, 08:27 PM
RE: base holomorphic tetration - by mike3 - 11/08/2009, 08:25 PM
RE: base holomorphic tetration - by bo198214 - 11/08/2009, 08:44 PM
RE: base holomorphic tetration - by mike3 - 11/08/2009, 09:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [2sinh] exp(x) - exp( - (e-1) x), Low Base Constant (LBC) 1.5056377.. tommy1729 3 6,309 04/30/2023, 01:22 AM
Last Post: tommy1729
  Base -1 marraco 15 39,086 07/06/2022, 09:37 AM
Last Post: Catullus
  I thought I'd take a crack at base = 1/2 JmsNxn 9 14,777 06/20/2022, 08:28 AM
Last Post: Catullus
Big Grin Repetition of the last digits of a tetration of generic base Luknik 12 21,409 12/16/2021, 12:26 AM
Last Post: marcokrt
  On the [tex]2 \pi i[/tex]-periodic solution to tetration, base e JmsNxn 0 3,723 09/28/2021, 05:44 AM
Last Post: JmsNxn
  A Holomorphic Function Asymptotic to Tetration JmsNxn 2 6,678 03/24/2021, 09:58 PM
Last Post: JmsNxn
  A different approach to the base-change method JmsNxn 0 4,123 03/17/2021, 11:15 PM
Last Post: JmsNxn
  Complex Tetration, to base exp(1/e) Ember Edison 7 24,364 08/14/2019, 09:15 AM
Last Post: sheldonison
  Can we get the holomorphic super-root and super-logarithm function? Ember Edison 10 35,792 06/10/2019, 04:29 AM
Last Post: Ember Edison
  b^b^x with base 0<b<e^-e have three real fixpoints Gottfried 1 9,694 11/07/2017, 11:06 AM
Last Post: sheldonison



Users browsing this thread: 1 Guest(s)