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

A009480
E.g.f. sin(sin(x))/cosh(x) (odd powers only).
0
1, -5, 57, -1157, 36753, -1702725, 109438409, -9375819525, 1036122313377, -143739691502213, 24474485553698265, -5019553507299889285, 1220644145831870289713, -347288265291867822117829
OFFSET
1,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sin[Sin[x]]/Cosh[x], {x, 0, nn}], x]Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Oct 19 2012 *)
CROSSREFS
Sequence in context: A285067 A234293 A244288 * A009481 A209498 A209739
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved