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

A009110
Expansion of e.g.f. cos(x)/cosh(tan(x)), even powers only.
1
1, -2, 4, 32, 400, -3680, -719168, -45313024, -1201882880, 190738937344, 41876315935744, 3729103532367872, -442609357053390848, -294584246423093633024, -75554765797484141625344, -7698772402123265223688192, 3712165683571701387680088064
OFFSET
0,2
LINKS
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[Cos[x]/Cosh[Tan[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, May 06 2016 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(cos(x)/cosh(tan(x)))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 26 2018
CROSSREFS
Sequence in context: A085055 A075070 A144937 * A225170 A134958 A101460
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
More terms from and prior Mathematica program replaced by Harvey P. Dale, May 06 2016
STATUS
approved