cp's OEIS Frontend

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.

A094675 Coefficients of polynomial in x multiplying cosh(x) in the modified spherical Bessel function of the first kind i_n(x).

Original entry on oeis.org

1, 0, -3, 0, 1, 0, 15, 0, -10, 0, -105, 0, 1, 0, 105, 0, 945, 0, -21, 0, -1260, 0, -10395, 0, 1, 0, 378, 0, 17325, 0, 135135, 0, -36, 0, -6930, 0, -270270, 0, -2027025, 0, 1, 0, 990, 0, 135135, 0, 4729725, 0, 34459425, 0, -55, 0, -25740, 0, -2837835, 0, -91891800, 0
Offset: 0

Views

Author

Eric W. Weisstein, May 19 2004

Keywords

Examples

			Sinh(x)/x, (x*cosh(x) - sinh(x))/x^2, (-3*x*cosh(x) + (3 + x^2)*sinh(x))/x^3, ...
Triangle begins:
    1, 0;
   -3, 0;
    1, 0,   15, 0;
  -10, 0, -105, 0;
    1, 0,  105, 0, 945, 0;
  ...
		

Crossrefs

Cf. A094674.

Extensions

Keyword tabf from Michel Marcus, May 06 2020