login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

a(n) = (18*n)!*(4*n)!/((12*n)!*(9*n)!*n!).
1

%I #8 Nov 26 2017 19:32:15

%S 1,884,1887900,4549731788,11560065522460,30261639292482384,

%T 80752826621895569988,218391531192704847549000,

%U 596486567319455105649942300,1641564850552143323096960793200,4544894671462411776709731603900400,12644660098250754851503216626543200748

%N a(n) = (18*n)!*(4*n)!/((12*n)!*(9*n)!*n!).

%F G.f.: hypergeom([1/18, 5/18, 7/18, 1/2, 11/18, 13/18, 17/18], [1/12, 1/3, 5/12, 7/12, 2/3, 11/12], 2916*x).

%t f[n_] := (18n)! (4n)!/((12n)! (9n)! n!); Array[f, 12, 0] (* or *)CoefficientList[ Series[ HypergeometricPFQ[{1/18, 5/18, 7/18, 1/2, 11/18, 13/18, 17/18}, {1/12, 1/3, 5/12, 7/12, 2/3, 11/12}, 2916 x], {x, 0, 11}], x] (* _Robert G. Wilson v_, Nov 23 2017 *)

%Y Cf. A295431.

%K nonn

%O 0,2

%A _Gheorghe Coserea_, Nov 23 2017