login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A009360
Expansion of e.g.f. log(1+sinh(x)*x) (even powers only).
2
0, 2, -8, 126, -4248, 246250, -21819060, 2741961054, -463859694704, 101639490015186, -28002426109496940, 9474407274253732294, -3861976880978567739432, 1866672045348038810596026
OFFSET
0,2
LINKS
FORMULA
From Robert Israel, Jan 04 2019: (Start)
a(n) = [x^(2*n)] log(1+sinh(x)*x)*(2*n)!.
a(n) ~ (-1)^(n+1)*(2*n)!/(n*r^(2*n)) where r is the zero of x*sin(x)-1 near 1.114157 (see A133866). (End)
MAPLE
S:= series(log(1+sinh(x)*x), x, 61):
seq(k!*coeff(S, x, k), k=0..60, 2); # Robert Israel, Jan 04 2019
MATHEMATICA
Log[ 1+Sinh[ x ]*x ] (* Even Part *)
CROSSREFS
Cf. A133866.
Sequence in context: A228064 A358152 A271846 * A202648 A193481 A156497
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved