This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A009360 #19 Jan 05 2019 06:56:33 %S A009360 0,2,-8,126,-4248,246250,-21819060,2741961054,-463859694704, %T A009360 101639490015186,-28002426109496940,9474407274253732294, %U A009360 -3861976880978567739432,1866672045348038810596026 %N A009360 Expansion of e.g.f. log(1+sinh(x)*x) (even powers only). %H A009360 Robert Israel, <a href="/A009360/b009360.txt">Table of n, a(n) for n = 0..229</a> %F A009360 From _Robert Israel_, Jan 04 2019: (Start) %F A009360 a(n) = [x^(2*n)] log(1+sinh(x)*x)*(2*n)!. %F A009360 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) %p A009360 S:= series(log(1+sinh(x)*x),x,61): %p A009360 seq(k!*coeff(S,x,k),k=0..60,2); # _Robert Israel_, Jan 04 2019 %t A009360 Log[ 1+Sinh[ x ]*x ] (* Even Part *) %Y A009360 Cf. A133866. %K A009360 sign %O A009360 0,2 %A A009360 _R. H. Hardin_ %E A009360 Extended with signs by _Olivier Gérard_, Mar 15 1997