The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A013251 Expansion of e.g.f. sinh(log(x+1) - arctan(x)). 0
0, 0, -1, 4, -6, 0, -135, 1860, -10780, 48160, -697725, 11801700, -124517250, 1110252000, -17370227875, 346759094500, -5312388315000, 71055274680000, -1308651318365625, 30345122522578500, -607045975529938750 (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 - (135/6!)*x^6 + ...
MATHEMATICA
With[{nn=30}, Drop[CoefficientList[Series[Sinh[Log[x+1]-ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!, 2]] (* Harvey P. Dale, May 03 2012 *)
PROG
(PARI) x = 'x + O('x^30); concat([0, 0], Vec(serlaplace(sinh(log(x+1) - atan(x))))) \\ Michel Marcus, Aug 03 2018
CROSSREFS
Sequence in context: A013253 A013246 A013252 * A013247 A013248 A013254
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 02 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 June 1 02:06 EDT 2024. Contains 373008 sequences. (Running on oeis4.)