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

A009471
Expansion of sin(sin(sinh(x))).
0
1, -1, -7, 111, 1073, -94337, -2853783, 123530351, 9169805409, -451648395649, -48860758779943, 9373388534437103, 1703756816472285841, -102065089351854821633, -63965097809194514212791
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sin[Sin[Sinh[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Jul 23 2016 *)
CROSSREFS
Sequence in context: A371315 A212371 A112463 * A301990 A193441 A355458
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Prior Mathematica program replaced by Harvey P. Dale, Jul 23 2016
STATUS
approved