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!)
A296854 Expansion of e.g.f. sinh(x*tan(x/2)) (even powers only). 6
0, 1, 1, 18, 227, 4565, 126648, 4620805, 213569269, 12165013026, 835868220455, 68093897815361, 6483538063860336, 712877916658802713, 89586864207214060057, 12753583150716684461970, 2040805972702652020364603, 364567588100855831300341565 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = (2*n)! * [x^(2*n)] sinh(x*tan(x/2)).
EXAMPLE
sinh(x*tan(x/2)) = x^2/2! + x^4/4! + 18*x^6/6! + 227*x^8/8! + 4565*x^10/10! + ...
MATHEMATICA
nmax = 17; Table[(CoefficientList[Series[Sinh[x Tan[x/2]], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
CROSSREFS
Sequence in context: A021384 A056950 A021144 * A296941 A016312 A017916
KEYWORD
nonn
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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)