login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 11 05:47 EDT 2024. Contains 375814 sequences. (Running on oeis4.)