login

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”).

A009508
Expansion of sin(tan(x))*x.
1
0, 2, 4, -18, -2200, -150150, -11618004, -1078005082, -118928710576, -15184771406478, -2148536703814700, -309605570133329954, -34193099991177752904, 4268254817856544829418, 6637048590856623019431932
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sin[Tan[x]]x, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, May 27 2022 *)
CROSSREFS
Sequence in context: A318531 A009667 A356123 * A275000 A290595 A009418
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Previous Mathematica program replaced by Harvey P. Dale, May 27 2022
STATUS
approved