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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109577 E.g.f.: 2x/[1-exp(-2x)+2exp(-x)]. 0
0, 1, 0, 3, -12, 65, -450, 3577, -32424, 331137, -3757350, 46892681, -638447436, 9416929249, -149581289130, 2545707159465, -46213451575248, 891368532889601, -18204123410896590, 392431030262264329, -8904987308885931060, 212174197452256551393, -5296088301994320448530 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

FORMULA

E.g.f.: (2*x)/(1-exp(-2*x)+2*exp(-x))=2*x/(1 +2*G(0)) ; G(k)= 1-(2^k)/(2-4*x/(2*x+(2^k)*(k+1)/G(k+1))); (continued fraction Euler's kind, 1-step ). - Sergei N. Gladkovskii, Jan 08 2012

MAPLE

G:=2*x/(1-exp(-2*x)+2*exp(-x)): Gser:=series(G, x=0, 26): 0, seq(n!*coeff(Gser, x^n), n=1..23); # yields the signed sequence

MATHEMATICA

g[x_] = x/(-1 + Exp[ -2*x] - 2*Exp[ -x]) h[x_, n_] = Dt[g[x], {x, n}] a[x_] = Table[h[x, n], {n, 0, 50}]; b = 2*a[0]

CROSSREFS

Sequence in context: A111262 A139134 A200309 * A144297 A007017 A183273

Adjacent sequences:  A109574 A109575 A109576 * A109578 A109579 A109580

KEYWORD

sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jun 28 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 23:53 EST 2012. Contains 205689 sequences.