login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A002677 Denominators of coefficients for central differences M_{3}'^(2*n+1).
(Formerly M3676 N1499)
10
1, 4, 40, 12096, 604800, 760320, 217945728000, 697426329600, 16937496576000, 30964207376793600, 187333454629601280000, 111407096483020800000, 1814811575069725360128000000, 10162944820390462016716800000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
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.
FORMULA
From Peter Bala, Oct 03 2019: (Start)
a(n) are the denominators in the expansion of (1/2)*(d/dx)(2*sinh(sqrt(x)/2))^4 =
x + (1/4)*x^2 + (1/40)*x^3 + (17/12096)*x^4 + (31/604800)*x^5 + ...
The a(n) also appear as denominators in the difference formula: (1/2)*f(x+2) - f(x+1) + f(x-1) - (1/2)*f(x-2) = D^3(f(x)) + (1/4)*D^5(f(x)) + (1/40)*D^7(f(x)) + (17/12096)*D^9(f(x)) + ..., where D denotes the differential operator d/dx.
(End)
MAPLE
gf := (sinh(2*sqrt(x)) - 2*sinh(sqrt(x)))/sqrt(x): ser := series(gf, x, 20):
seq(denom(coeff(ser, x, n)), n=1..14); # Peter Luschny, Oct 05 2019
CROSSREFS
Numerators are A002675.
Sequence in context: A000841 A059918 A296101 * A119527 A074991 A294972
KEYWORD
nonn,frac
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Dec 20 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)