login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A012364
E.g.f.: sec(tan(x)*exp(x))=1+1/2!*x^2+6/3!*x^3+37/4!*x^4+260/5!*x^5...
0
1, 0, 1, 6, 37, 260, 2317, 24178, 288937, 3858312, 57255609, 933952030, 16622217357, 320373757964, 6649221916677, 147840789218442, 3506147948661457, 88343770525310736, 2356871357851041777
OFFSET
0,4
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Sec[Tan[x]Exp[x]], {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Mar 07 2015 *)
CROSSREFS
Sequence in context: A362094 A079751 A088312 * A012719 A300171 A218298
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Mar 07 2015
STATUS
approved