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!)
A013253 Expansion of e.g.f. tanh(log(x+1) - arctan(x)). 0
0, 0, -1, 4, -6, 0, -90, 600, 6440, -96320, 289800, -583200, 83754000, -1139424000, -2961758800, 128868376000, 1166569872000, -23158452096000, -763427813616000, 16657066415808000, 110377962138080000 (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 - (90/6!)*x^6 + ...
MATHEMATICA
With[{nn=20}, Drop[CoefficientList[Series[Tanh[Log[x+1]-ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!, 2]] (* Harvey P. Dale, Sep 29 2016 *)
PROG
(PARI) x = 'x + O('x^30); concat([0, 0], Vec(serlaplace(tanh(log(x+1) - atan(x))))) \\ Michel Marcus, Aug 03 2018
CROSSREFS
Sequence in context: A265685 A111828 A013249 * A013246 A013252 A013251
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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)