login

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

A013150
sec(tanh(x)+arctan(x))=1+4/2!*x^2+48/4!*x^4+1344/6!*x^6+71680/8!*x^8...
0
1, 4, 48, 1344, 71680, 6134144, 766639104, 132845576192, 30189756186624, 8791995173601280, 3164834039610834944, 1391075516277863612416, 727593505575051704926208, 449845963881833812549697536
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[Tanh[x]+ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jan 17 2024 *)
CROSSREFS
Sequence in context: A166231 A191952 A013145 * A353922 A332865 A346949
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved