login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109589 E.g.f.: 2*x*(1-ln(1+2*x))/(2-ln(1+2*x)). 0
0, 1, -2, 0, -8, 40, -384, 4144, -54144, 815616, -13958400, 267218688, -5657444352, 131222866944, -3308765300736, 90105807790080, -2635416865112064, 82388152861360128, -2741414412289572864, 96732603325960224768, -3607731031922910167040 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

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:=2*x*(1-ln(1+2*x))/(2-ln(1+2*x)): Gser:=series(G, x=0, 23): 0, seq(n!*coeff(Gser, x^n), n=1..20); # yields the signed sequence

MATHEMATICA

With[{nn=30}, CoefficientList[Series[2x (1-Log[1+2x])/(2-Log[1+2x]), {x, 0, nn}], x]Range[0, nn]!] (* From Harvey P. Dale, Dec 02 2011 *)

CROSSREFS

Sequence in context: A134185 A013489 A013342 * A101682 A033836 A185159

Adjacent sequences:  A109586 A109587 A109588 * A109590 A109591 A109592

KEYWORD

sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jun 29 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 17:59 EST 2012. Contains 205657 sequences.