OFFSET
0,2
REFERENCES
C. Q. He and M. L. Lapidus, Generalized Minkowski content, spectrum of fractal drums, fractal strings and the Riemann zeta-function, Mem. Amer. Math. Soc. 127 (1997), no. 608, x+97 pp.
MAPLE
G:=5*x/(-1+1/(-1+1/(-1+1/(-1+log(1+5*x))))): Gser:=series(G, x=0, 21): 0, seq(n!*coeff(Gser, x^n), n=1..18); # yields the signed sequence
MATHEMATICA
g[x_] = FullSimplify[x/(-1 + 1/(-1 + 1/(-1 + 1/(-1 + Log[1 + x]))))] h[x_, n_] = Dt[g[x], {x, n}]; a[x_] = Table[h[x, n]*2^n, {n, 0, 25}]; b = a[0] Abs[b]
CROSSREFS
KEYWORD
sign
AUTHOR
Roger L. Bagula, Jun 29 2005
STATUS
approved