login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013565 E.g.f. arctanh(log(x+1)/exp(x)). 1
1, -3, 10, -60, 543, -5905, 75430, -1130304, 19427485, -375334543, 8051851146, -190026879548, 4892935459995, -136482933172157, 4099807995824710, -131951024352136160, 4529936084197057465 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
x - 3/2!*x^2 + 10/3!*x^3 - 60/4!*x^4 + 543/5!*x^5 - ...
MATHEMATICA
CoefficientList[Series[ArcTanh[Log[x + 1]/Exp[x]], {x, 0, 20}], x]*Range[0, 20]! (* G. C. Greubel, Nov 13 2016 *)
PROG
(PARI) x='x+O('x^33); Vec(serlaplace(atanh(log(1+x)*exp(-x)))) \\ Joerg Arndt, Nov 17 2016
CROSSREFS
Sequence in context: A018932 A111562 A009654 * A156075 A330624 A228773
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com), Dec 11 1996
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 28 22:27 EDT 2024. Contains 372095 sequences. (Running on oeis4.)