A106440 a(n) = binomial(2n+4,n)*binomial(n+4,4).
1, 30, 420, 4200, 34650, 252252, 1681680, 10501920, 62355150, 355655300, 1963217256, 10546208400, 55367594100, 285028443000, 1442592936000, 7193730107520, 35406640372950, 172255143129300, 829376615067000
Offset: 0
Links
- Michael De Vlieger, Table of n, a(n) for n = 0..1642
- Ömür Deveci and Anthony G. Shannon, Some aspects of Neyman triangles and Delannoy arrays, Mathematica Montisnigri (2021) Vol. L, 36-43.
Programs
-
Mathematica
Table[Binomial[2n+4,n]Binomial[n+4,4],{n,0,20}] (* Harvey P. Dale, May 03 2019 *)
Formula
G.f.: (1+12x+6x^2)/(1-4x)^(9/2).
D-finite with recurrence n^2*a(n) -2*(n+2)*(2*n+3)*a(n-1)=0. - R. J. Mathar, Feb 20 2015
G.f.: 2F1(5/2,3;1;4x). - R. J. Mathar, Aug 09 2015
a(n) = (n+1)*A002803(n). - R. J. Mathar, Aug 09 2015
Comments