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!)
A013288 Expansion of e.g.f. arcsinh(log(x+1) - tanh(x)). 1
0, 0, -1, 4, -6, 8, -105, 572, 700, -18800, 43155, -348988, 11050974, 22646648, -3799664869, 70348059420, -1064959301640, 20100827554720, -347358967505721, 3994110465051908, -23620965746527550, -181317478589886104, 16354059994502026335 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
-(1/2!)*x^2 + (4/3!)*x^3 - (6/4!)*x^4 + (8/5!)*x^5 - ...
MATHEMATICA
Range[0, 25]! CoefficientList[Series[ArcSinh[Log[x + 1] - Tanh[x]], {x, 0, 25}], x] (* Vincenzo Librandi, Aug 03 2018 *)
PROG
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(1 + Argsinh(Log(x+1) - Tanh(x)))); [0] cat [Factorial(n-1)*b[n]: n in [2..m]]; // Vincenzo Librandi, Aug 03 2018
CROSSREFS
Sequence in context: A190630 A013285 A013289 * A013282 A013287 A013283
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=a(1)=0 inserted and title improved by Sean A. Irvine, Aug 03 2018
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)