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

A009051
Expansion of e.g.f. cos(sin(x)/cosh(x)), even powers only.
1
1, -1, 17, -457, 19777, -1305489, 122670033, -15462740633, 2502900454401, -504155298072609, 123438576028985873, -36064963500185608553, 12385279694301347665473, -4936243039568368083279793, 2258619438301840395444067537, -1175352020113183347337766918201
OFFSET
0,3
LINKS
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cos[Sin[x]/Cosh[x]], {x, 0, nn}], x] Range[ 0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Mar 27 2013 *)
PROG
(PARI) x='x+O('x^60); v=Vec(serlaplace(cos(sin(x)/cosh(x)))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 23 2018
CROSSREFS
Sequence in context: A271438 A371488 A122430 * A035276 A196484 A196717
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
More terms from Harvey P. Dale, Mar 27 2013
STATUS
approved