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!)
A177700 The n-th derivative of log(1+x)*tanh(x) evaluated at x = 0. 2
0, 0, 2, -3, 0, -10, 160, -756, 2688, -27504, 341248, -3113440, 29004800, -365574144, 5120567296, -69912541440, 1009388355584, -16301637449728, 281310403362816, -5030932957138944, 94747161802047488, -1897026741117419520 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
L. Comtet and M. Fiolet, Sur les derivees successives d'une fonction implicite. C. R. Acad. Sci. Paris Ser. A 278 (1974), 249-251. MR0348055
EXAMPLE
The second derivative is -(tanh(x)/(x+1)^2) + 2*((1 - tanh(x)^2)/(x+1)) - 2*log(x+1)tanh(x)(1 - tanh(x)^2). At x = 0 this sets a(2) = 0 + 2 - 0 = 2.
MAPLE
n0:= 35: T:=array(1..n0): f:=x-> ln(1+x)*tanh(x):
for n from 1 to n0 do: T[n]:=D(f)(0):f:=D(f):od: print(T):
CROSSREFS
Cf. A177699, A133942 (derivatives of log(1+x)), A155585 (derivatives of tanh(x)).
Sequence in context: A012656 A012397 A012402 * A012654 A012651 A012401
KEYWORD
sign
AUTHOR
Michel Lagneau, May 11 2010
EXTENSIONS
a(0) inserted and keyword:sign added by R. J. Mathar, May 14 2010
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 June 8 18:04 EDT 2023. Contains 363165 sequences. (Running on oeis4.)