VOOZH
about
URL: https://oeis.org/A296841
⇱ A296841 - OEIS
login
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
Table of n, a(n) for n=0..17.
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
Cf.
A001469
,
A003706
,
A009515
,
A110501
,
A296839
,
A296842
.
Sequence in context:
A210356
A328261
A264603
*
A342111
A296942
A159498
Adjacent sequences:
A296838
A296839
A296840
*
A296842
A296843
A296844
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy
, Dec 21 2017
STATUS
approved