A nice series for b^^h , base sqrt(2), by diagonalization
#2
Hmm,

this gives then also a strange formula for a limit.

It looks as if this would give

\( \lim_{ x->0} b\^\^^{\tiny{-2}} - \log_b(x) = b\^\^^{\tiny{\infty}} \)

Using b as base, b = t^(1/t) u=log(t), such that log(b) = u/t and t is a fixpoint the above series is formally

Code:
´
  b^^h = t     - sum    t/u * coeff[k]/k  * (u^(h+2))^k
       = t     - sum    coeff[k]/k  *(u^(h+2))^k / log(b)

if h = -2 we get the zero'th powers of u (=1) at each coefficient and

Code:
´
  b^^h = t     -  sum  coeff[k]/k* 1 / log(b)

and since the coefficients converge to 1 this is in principle in the limit a zeta(1)-series
Code:
´
  b^^(-2) = t     - zeta(1) / log(b)      // limit h->-2

or the log(0) to base b
Code:
´
  b^^(-2) = t +     log_b(0)

t is the fixpoint, so t = b^^inf and we have

Code:
´
  b^^(-2) - log_b(0) = b^^inf   == fixpoint

or better expressed as limit

  lim {eps->0}  b^^(-2+eps) - log_b(0+eps) = b^^inf

???
Gottfried
Gottfried Helms, Kassel
Reply


Messages In This Thread
RE: A nice series for b^^h , base sqrt(2), by diagonalization - by Gottfried - 03/08/2009, 03:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Kneser-iteration on n-periodic-points (base say \sqrt(2)) Gottfried 11 21,571 05/05/2021, 04:53 AM
Last Post: Gottfried
  Mathematica program for tetration based on the series with q-binomial coefficients Vladimir Reshetnikov 0 7,525 01/13/2017, 10:51 PM
Last Post: Vladimir Reshetnikov
  complex base tetration program sheldonison 23 113,025 10/26/2016, 10:02 AM
Last Post: Gottfried
  Expansion of base-e pentation andydude 13 61,658 07/02/2011, 01:40 AM
Last Post: Cherrina_Pixie
  Single-exp series computation code mike3 0 7,262 04/20/2010, 08:59 PM
Last Post: mike3
  Computations with the double-exp series mike3 0 6,428 04/20/2010, 07:32 PM
Last Post: mike3
  intuitive slog base sqrt(2) developed between 2 and 4 bo198214 1 10,178 09/10/2009, 06:47 PM
Last Post: bo198214
  Cheta with base-change: preliminary results jaydfox 20 74,557 08/12/2009, 07:02 PM
Last Post: jaydfox
  sqrt(exp) Kouznetsov 15 45,617 12/20/2008, 01:25 PM
Last Post: Kouznetsov
  Convergence of matrix solution for base e jaydfox 6 23,149 12/18/2007, 12:14 AM
Last Post: jaydfox



Users browsing this thread: 1 Guest(s)