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!)
A354429 Expansion of e.g.f. tanh(x)^3 (odd powers only). 0
0, 6, -120, 3696, -168960, 10830336, -929510400, 103028914176, -14334577213440, 2446660141449216, -502760445200302080, 122445316208597139456, -34878879321781771960320, 11489340492300854960848896, -4333862194374775050243932160, 1855989889103139616252584001536 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=2..2*n+1} (-k * 2^(2*n+3) * (2^(k+1) - 1) * (2^(2*n + 3 - k) - 1) * Bernoulli(k+1) * Bernoulli(2*n + 3 - k) * binomial(2*n + 3, k) / ((k+1) * (n+1) * (2*n+3))).
a(n) ~ (-1)^(n+1) * 2^(4*n + 8) * n^(2*n + 7/2) / (exp(2*n) * Pi^(2*n + 7/2)).
EXAMPLE
tanh(x)^3 = x^3 - x^5 + 11*x^7/15 - 88*x^9/189 + ...
MATHEMATICA
nmax = 20; Table[(CoefficientList[Series[Tanh[x]^3, {x, 0, 2*nmax}], x]*Range[0, 2*nmax-1]!)[[k]], {k, 2, 2*nmax, 2}]
nmax = 20; Table[Sum[-k * 2^(2*n + 3) * (2^(k + 1) - 1) * (2^(2*n + 3 - k) - 1) * BernoulliB[k + 1] * BernoulliB[2*n + 3 - k] * Binomial[2*n + 3, k] / ((k + 1) * (n + 1) * (2*n + 3)), {k, 2, 2*n + 1}], {n, 0, nmax}]
CROSSREFS
Cf. A000182.
Sequence in context: A185757 A075844 A356506 * A029697 A248045 A280627
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, May 27 2022
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 29 03:15 EDT 2024. Contains 372097 sequences. (Running on oeis4.)