editing
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
editing
approved
Extended with signs by Olivier Gérard, Mar 15 1997.
approved
editing
Extended with signs Mar 15 1997 by Olivier Gérard, Mar 15 1997.
reviewed
approved
proposed
reviewed
editing
proposed
Take[Table[n!*SeriesCoefficient[Sin[Sinh[Tan[x]]], {x, 0, n}], {n, 0, 15}], {2, -1, 2}] (* G. C. Greubel, Nov 23 2016 *)
proposed
editing
editing
proposed
Robert Israel, <a href="/A009489/b009489.txt">Table of n, a(n) for n = 0..234</a>
sin(sinh(tan(x))) = Sum_{n>=0} a(n)*x^(2*n+1)/(2*n+1)!. - Robert Israel, Nov 23 2016
S:= series(sin(sinh(tan(x))), x, 51):
seq(coeff(S, x, j)*j!, j=1..49, 2); # Robert Israel, Nov 23 2016
approved
editing
Extended with signs Mar 15 1997 by _Olivier GerardGérard_.