OFFSET
2,2
COMMENTS
From Peter Bala, Oct 03 2019: (Start)
Denominators in the expansion of (2*sinh(x/2))^4 = x^4 + (1/6)*x^6 + (1/80)*x^8 + (17/30240)*x^10 + ....
Let f(x) be a polynomial in x. The expansion of (2*sinh(x/2))^4 leads to a formula for the fourth central differences: f(x+2) - 4*f(x+1) + 6*f(x) - 4*f(x-1) + f(x-2) = (2*sinh(D/2))^4(f(x)) = D^4(f(x)) + (1/6)*D^6(f(x)) + (1/80)*D^8(f(x)) + (17/30240)*D^10(f(x)) + ..., where D denotes the differential operator d/dx. (End)
REFERENCES
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
H. E. Salzer, Tables of coefficients for obtaining central differences from the derivatives, Journal of Mathematics and Physics (this journal is also called Studies in Applied Mathematics), 42 (1963), 162-165, plus several inserted tables.
H. E. Salzer, Annotated scanned copy of left side of Table II.
E. W. Weisstein, Central Difference. From MathWorld--A Wolfram Web Resource.
FORMULA
a(n) = denominator(4! * m(4, 2 * n) / (2 * n)!) where m(k, q) is defined in A002672. - Sean A. Irvine, Dec 20 2016
MAPLE
gf := 6 - 8*cosh(sqrt(x)) + 2*cosh(2*sqrt(x)): ser := series(gf, x, 40):
seq(denom(coeff(ser, x, n)), n=2..16); # Peter Luschny, Oct 05 2019
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Dec 20 2016
STATUS
approved