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!)
A296841 Expansion of e.g.f. sin(x*tan(x/2)) (even powers only). 9
0, 1, 1, -12, -193, -2365, -18552, 500689, 48649969, 2981261772, 169237306055, 9187565146331, 427287357700176, 6011297159973313, -2887128048794477663, -711942625068679870620, -132369975517302093882097, -22968753773651295426439021 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = (2*n)! * [x^(2*n)] sin(x*tan(x/2)).
EXAMPLE
sin(x*tan(x/2)) = x^2/2! + x^4/4! - 12*x^6/6! - 193*x^8/8! - 2365*x^10/10! - 18552*x^12/12! + ...
MATHEMATICA
nmax = 17; Table[(CoefficientList[Series[Sin[x Tan[x/2]], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
CROSSREFS
Sequence in context: A210356 A328261 A264603 * A342111 A296942 A159498
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)