Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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
OFFSET
1,3
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