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!)
A013209 Expansion of e.g.f. log(sech(x) + arctanh(x)). 0
0, 1, -2, 7, -24, 173, -1280, 11779, -120960, 1474969, -19695232, 296068991, -4847011840, 87094091589, -1687646744576, 35308668668155, -789939274514432, 18872654969343537, -478658276989173760 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
E.g.f.: log(sech(x)+arctanh(x)).
EXAMPLE
x - 2/2!*x^2 + 7/3!*x^3 - 24/4!*x^4 + 173/5!*x^5 ...
PROG
(PARI) a(n)=local(y); if(n<0, 0, y=x+x*O(x^n); n!*polcoeff(log(1/cosh(y)+atanh(y)), n))
CROSSREFS
Sequence in context: A330506 A236422 A013204 * A244090 A247880 A330051
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=0 inserted and title improved by Sean A. Irvine, Aug 01 2018
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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)