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!)
A001820 Central factorial numbers.
(Formerly M4952 N2121)
12
1, 14, 273, 7645, 296296, 15291640, 1017067024, 84865562640, 8689315795776, 1071814846360896, 156823829909121024, 26862299458337581056, 5325923338791614078976, 1210310405427816646041600, 312542036038910895995289600, 91018216923341770801874534400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n-2) is the coefficient of x^3 in Product_{k=0..n} (x + k^2).
REFERENCES
J. Riordan, Combinatorial Identities, Wiley, 1968, p. 217.
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
Takao Komatsu, Convolution identities of poly-Cauchy numbers with level 2, arXiv:2003.12926 [math.NT], 2020.
Mircea Merca, A Special Case of the Generalized Girard-Waring Formula, J. Integer Sequences, Vol. 15 (2012), Article 12.5.7.
FORMULA
a(n) = s(n+3,3)^2 - 2*s(n+3,2)*s(n+3,4) + 2*s(n+3,1)*s(n+3,5), where s(n,k) are Stirling numbers of the first kind, A048994. - Mircea Merca, Apr 03 2012
a(n) = (3*n^2 + 6*n + 5)*a(n-1) - (n^2 + n + 1)*(3*n^2 + 3*n + 1)*a(n-2) + n^6*a(n-3). - Vaclav Kotesovec, Feb 23 2015
a(n) ~ Pi^5 * n^(2*n+5) / (60 * exp(2*n)). - Vaclav Kotesovec, Feb 23 2015
MAPLE
seq(2*Stirling1(n+3, 1)*Stirling1(n+3, 5)-2*Stirling1(n+3, 2)*Stirling1(n+3, 4)+Stirling1(n+3, 3)^2, n=0..20); # Mircea Merca, Apr 03 2012
MATHEMATICA
Table[StirlingS1[n+3, 3]^2 - 2*StirlingS1[n+3, 2]*StirlingS1[n+3, 4] + 2*StirlingS1[n+3, 1]*StirlingS1[n+3, 5], {n, 0, 20}] (* T. D. Noe, Aug 10 2012 *)
CROSSREFS
Cf. A049033.
Third right-hand column of triangle A008955.
Sequence in context: A138560 A051690 A048668 * A211900 A215544 A205353
KEYWORD
nonn
AUTHOR
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)