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

A013204
E.g.f. log(sech(x) + tan(x)).
1
0, 1, -2, 7, -24, 165, -1232, 10827, -111104, 1316585, -17449472, 257028847, -4164086784, 73616009805, -1409671718912, 29070305745267, -642304219480064, 15137914082015825, -379068532960919552, 10050622525103392087, -281286704647327186944
OFFSET
0,3
LINKS
EXAMPLE
Log(sech(x) + tan(x)) = x -2/2!*x^2 +7/3!*x^3 -24/4!*x^4 +165/5!*x^5 - ...
MATHEMATICA
a[n_] := SeriesCoefficient[Log[Sech[x] + Tan[x]], {x, 0, n}] n!;
With[{nn=20}, CoefficientList[Series[Log[Sech[x]+Tan[x]], {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Oct 19 2018 *)
CROSSREFS
Sequence in context: A375129 A330506 A236422 * A013209 A244090 A247880
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=0 inserted by Alois P. Heinz, Jul 29 2015
STATUS
approved