login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A295443
a(n) = (18*n)!*(4*n)!/((12*n)!*(9*n)!*n!).
1
1, 884, 1887900, 4549731788, 11560065522460, 30261639292482384, 80752826621895569988, 218391531192704847549000, 596486567319455105649942300, 1641564850552143323096960793200, 4544894671462411776709731603900400, 12644660098250754851503216626543200748
OFFSET
0,2
FORMULA
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).
MATHEMATICA
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 *)
CROSSREFS
Cf. A295431.
Sequence in context: A253507 A282156 A318200 * A261760 A031794 A020393
KEYWORD
nonn
AUTHOR
Gheorghe Coserea, Nov 23 2017
STATUS
approved