Road testing Ansus' continuum product formula
#31
Where's that?

The only thing I could find looked to have the Taylor coeffs. (or some other coeffs) hardwired. That's not what I want: I want one that will compute more coeffs.
Reply
#32
Never mind, I realized I could experiment using the regular iteration at bases like b = sqrt(2), plus a cheap numerical differentiation procedure, to see how the coeffs. behave.

It seems the terms in

\( b_k = \sum_{n=1}^{\infty} \frac{f^{(n-1)}(0)}{n!} {n \choose k} B_{n - k} \)

for k = 2 (i.e. 2nd coeff of continuum sum of sqrt(2) tetration expanded about 0), f = regular iteration of b = sqrt(2), grow up in magnitude mildly hypergeometrically (but alternate in sign). I get (rounded)

term n = 38: -143.931066425221
term n = 40: 1281.50456722963
term n = 42: -12659.7473479491
term n = 44: 138050.651934470
term n = 46: -1654016.61498652
term n = 48: 21681557.9712844
term n = 50: -309748957.739627

The ratio of magnitudes looks like (mn = magnitude of term n)

m40/m38 = 8.90359947
m42/m40 = 9.87881563
m44/m42 = 10.9046925
m46/m44 = 11.9812300
m48/m46 = 13.1084282

The differences of these are (rn = ratio of term n to term n-2)
r42 - r40 = 0.97521616
r44 - r42 = 1.02587687
r46 - r44 = 1.07653752
r48 - r46 = 1.12719814

In other words, the ratio of the magnitudes of successive coefficients grows slightly faster than linear, but not too much so. I'd venture it is between linear and quadratic.

I heard that the Borel summation is not applicable to sums that grow hypergeometrically like this, but I heard here: (http://mathworld.wolfram.com/Borel-RegularizedSum.html) that it originates wth the summing of divergent hypergeometric functions, whose term magnitude ratios may grow up even faster than the ones here do. So could the Borel summation be applicable here? It would seem not to have so many fussy parameters, but here: http://en.wikipedia.org/wiki/Borel_summation I hear it needs an analytic continuation of a certain function to the whole positive real line, but how can you analytically continue a more-or-less arbitrary series like that?
Reply
#33
(09/23/2009, 09:52 AM)Ansus Wrote: Did you try this formula btw?

\( f_a(x)=\log_a\left(f_a(x)+\sum_{n=0}^\infty\frac{f_a^{(n+1)}(0)}{n!}B_n(x) \right) \)

What function is \( f_a \)? Is that just some arbitrary function, or is it Tetration?

If it's tetration, then it would seem to be similar to the Faulhaber formula.

Addendum: Just tested it assuming f is tetration w/base sqrt(2) and numerical differentiation values for the derivatives. Yepper, conventional sum diverges just like the other.
Reply
#34
Interestingly, though, it seems Borel summation might work with the Faulhaber (and probably also this) formula, due to the not-too-bad divergence of the terms. I tried sum numerical tests using 1 integral and 60 derivatives, but that only seemed to get the Borel-function (the thing inside the Borel-summation integral) to converge in a radius of around 13, which isn't much, yet integrating up to that limit (from 0 to 13) got the coefficient of x^2 in the Tayor expansion of the sqrt(2) regular tetration's continuum sum at 0 as 0.439, and the coefficient of x as 0.666, both of which seem to agree with differentiation of the left hand side of the sum formula (the log with the quotient of the derivative of tetration, etc. inside it bit), though as I mentioned, I can't try for more accuracy than this (as I'll need to have to actually try generating series expansions of tetration for other bases, esp. the fabled b = 0.04, which I think the Borel summation may be more suited to as it doesn't require all those wacky parameters the other did) due to limited convergence radius. Yet the theory mentions about analytically continuing. There's also the possibility of trying a higher-order one (adds another factorial in the denominator) with double integrals, yet that would be even nastier to compute due to the whole 2d grid thing.

However, I'm not sure how you'd analytically continue the sum in the Borel integrals past its convergence radius on the positive real axis to get more accuracy.

Is there any good code for doing Borel summation that I could test with?
Reply
#35
Question 
(09/13/2009, 10:55 AM)mike3 Wrote: Hi.

On the thread

http://math.eretrandre.org/tetrationforu...273&page=3

the following integral+continuum product iterative formula was mentioned for tetration to base e:

\( f(x)=f'(0)\int_{-1}^x \prod _x f(x+1)dx \)

So I put together a Pari/GP code to road-test it numerically, to see if maybe it would  converge on something.
If I click on the link to that thread it says "The specified thread does not exist.".
Why did that happen?
Did they delete it?
Is it an error with MyBB?
Please remember to stay hydrated.
ฅ(ミ⚈ ﻌ ⚈ミ)ฅ Sincerely: Catullus /ᐠ_ ꞈ _ᐟ\
Reply
#36
(06/30/2022, 11:51 PM)Catullus Wrote:
(09/13/2009, 10:55 AM)mike3 Wrote: http://math.eretrandre.org/tetrationforu...273&page=3
If I click on the link to that thread it says "The specified thread does not exist.".
Did they delete it?
Is it an error with MyBB?

I think there was a bit of a quarrel with Ansus, maybe in return he removed his thread.
Reply
#37
(07/01/2022, 05:41 PM)bo198214 Wrote:
(06/30/2022, 11:51 PM)Catullus Wrote:
(09/13/2009, 10:55 AM)mike3 Wrote: http://math.eretrandre.org/tetrationforu...273&page=3
If I click on the link to that thread it says "The specified thread does not exist.".
Did they delete it?
Is it an error with MyBB?

I think there was a bit of a quarrel with Ansus, maybe in return he removed his thread.

Maybe due to reorganization by MphLee? (new threadnames / subthreadnames may be incompatible with references in older msgs)
Gottfried Helms, Kassel
Reply
#38
Quote:Maybe due to reorganization by MphLee? (new threadnames / subthreadnames may be incompatible with references in older msgs)



I was also thinking that first, but imho the topic would not indicate to move it somewhere else.
Reply
#39
Smile 
(07/02/2022, 08:49 AM)bo198214 Wrote:
Quote:Maybe due to reorganization by MphLee? (new threadnames / subthreadnames may be incompatible with references in older msgs)



I was also thinking that first, but imho the topic would not indicate to move it somewhere else.
Happy 1,414th post! Smile
Please remember to stay hydrated.
ฅ(ミ⚈ ﻌ ⚈ミ)ฅ Sincerely: Catullus /ᐠ_ ꞈ _ᐟ\
Reply
#40
(07/02/2022, 08:49 AM)bo198214 Wrote:
Quote:Maybe due to reorganization by MphLee? (new threadnames / subthreadnames may be incompatible with references in older msgs)



I was also thinking that first, but imho the topic would not indicate to move it somewhere else.

If I'm not mistaking, Ansus, is the same person as Anixx on MO.

Anixx is, let's say, eccentric. He tended to have very close to accurate ideas, but little follow through. And MO always downvoted and disregarded his solutions--pretty sure he rage quit there too.

A lot of his math was a little handwavy, (and by a little, I mean a lot), and he took it personally when people disagreed.

I followed the math through his continuum sum method, and it is Anixx's method on MO. It is correct, but it's essentially Ramanujan's construction.

All in all, I bet he deleted his account, and that caused an error in the threads; or he found a way to purge himself from this forum. I mean he is smart, and it wouldn't be that hard to go through every thread and delete it.

All in all, if Ansus is Anixx, then it would be within character to rage quit and purge yourself (I should know, I've done it many times, lmao).
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  fixed point formula sheldonison 6 25,868 05/23/2015, 04:32 AM
Last Post: mike3
  Numerical algorithm for Fourier continuum sum tetration theory mike3 12 41,433 09/18/2010, 04:12 AM
Last Post: mike3



Users browsing this thread: 1 Guest(s)