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!)
A012622 Expansion of e.g.f. exp(arcsinh(x)*arctan(x)) (even powers only). 1
1, 2, 0, -2, 56, -2358, 136092, -8379282, -86371632, 375439810578, -214530925771068, 116413070752178550, -68704024823157716040, 45584029026653621816730, -34279883031448204487212500 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
1 + (2/2!)*x^2 - (2/6!)*x^6 + (56/8!)*x^8 - (2358/10!)*x^10 ...
MAPLE
S:= series(exp(arcsinh(x)*arctan(x)), x, 51):
seq(coeff(S, x, 2*j)*(2*j)!, j=0..25); # Robert Israel, Apr 12 2019
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Exp[ArcSinh[x]ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Sep 05 2019 *)
CROSSREFS
Sequence in context: A056949 A346235 A281326 * A013370 A013374 A013371
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
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 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)