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!)
A296942 Expansion of e.g.f. arcsinh(x*tan(x/2)) (even powers only). 1
0, 1, 1, -12, -193, 5195, 397248, -9589391, -3147743231, -10931156748, 65632780196255, 4713930109297211, -2846093176389647904, -606335605925899344287, 213167747093485780707937, 109460864600185764327567060, -21782399212761670190907400897 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = (2*n)! * [x^(2*n)] arcsinh(x*tan(x/2)).
EXAMPLE
arcsinh(x*tan(x/2)) = x^2/2! + x^4/4! - 12*x^6/6! - 193*x^8/8! + ...
MATHEMATICA
nmax = 16; Table[(CoefficientList[Series[ArcSinh[x Tan[x/2]], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
CROSSREFS
Sequence in context: A264603 A296841 A342111 * A159498 A034671 A066230
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 22 2017
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 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)