OFFSET
0,5
EXAMPLE
sinh(x)/x, (x*cosh(x) - sinh(x))/x^2, (-3*x*cosh(x) + (3 + x^2)*sinh(x))/x^3, ...
Triangle begins:
1;
-1;
1, 0, 3;
-6, 0, -15;
1, 0, 45, 0, 105;
-15, 0, -420, 0, -945;
...
CROSSREFS
KEYWORD
sign,tabf
AUTHOR
Eric W. Weisstein, May 19 2004
EXTENSIONS
Keyword tabf from Michel Marcus, May 06 2020
STATUS
approved