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!)
A296853 Expansion of e.g.f. tanh(x*tan(x/2)) (even powers only). 6
0, 1, 1, -27, -403, 8345, 688473, -208019, -3189211931, -162605047455, 28806493001105, 5257860587364341, -288068264497990179, -230932276247139756887, -14420179324444754436023, 13944106915630111553887485, 3643613240568912544562868053 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = (2*n)! * [x^(2*n)] tanh(x*tan(x/2)).
EXAMPLE
tanh(x*tan(x/2)) = x^2/2! + x^4/4! - 27*x^6/6! - 403*x^8/8! + 8345*x^10/10! + ...
MATHEMATICA
nmax = 16; Table[(CoefficientList[Series[Tanh[x Tan[x/2]], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
CROSSREFS
Sequence in context: A033280 A125462 A326605 * A036222 A022655 A155988
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 21 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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)