A002671 a(n) = 4^n*(2*n+1)!.
1, 24, 1920, 322560, 92897280, 40874803200, 25505877196800, 21424936845312000, 23310331287699456000, 31888533201572855808000, 53572735778642397757440000, 108431217215972213061058560000
Offset: 0
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
- Delbert L. Johnson, Table of n, a(n) for n = 0..201
- S. M. Abrarov and B. M. Quine, Array numerical integration by enhanced midpoint rule, MATLAB Central file ID #: 71037.
- 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. [Note that there is a mistake in the definition of this sequence on line 2 of page 164.]
- H. E. Salzer, Annotated scanned copy of left side of Table I.
- Eric Weisstein's World of Mathematics, Central Difference.
- Index to divisibility sequences.
Crossrefs
Programs
-
Mathematica
a[n_] := 4^n*(2*n + 1)!; Array[a, 12, 0] (* Amiram Eldar, Apr 09 2022 *)
-
PARI
a(n)=4^n*(2*n+1)!
Formula
a(n) = 16^n * Pochhammer(1,n) * Pochhammer(3/2,n). - Roger L. Bagula, Apr 26 2013
From Amiram Eldar, Apr 09 2022: (Start)
Sum_{n>=0} 1/a(n) = 2*sinh(1/2).
Sum_{n>=0} (-1)^n/a(n) = 2*sin(1/2). (End)
Extensions
More terms from Michael Somos
Comments