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

A009292
Expansion of exp(x)/cos(tanh(x)).
1
1, 1, 2, 4, 4, -4, -32, -104, 400, 5392, 3680, -167936, -719168, 1592384, 45313024, 401669248, -1201882880, -50456008448, -190738937344, 2742470413312, 41876315935744, 310319594802176, -3729103532367872, -116183782320392192
OFFSET
0,3
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[x]/Cos[Tanh[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Mar 23 2019 *)
CROSSREFS
Sequence in context: A291780 A070529 A009145 * A009622 A232845 A269300
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Previous Mathematica program replaced by Harvey P. Dale, Mar 23 2019
STATUS
approved