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”).

A295441
a(n) = (9*n)!*n!/((5*n)!*(3*n)!*(2*n)!).
1
1, 252, 204204, 191222460, 190004674860, 195022529167752, 204320742803699340, 217111359982448115765, 233102038867603938770220, 252255185100017685406870560, 274687728872310943504451521704, 300625891932698784845526074953032, 330384570746416514397560106035996940
OFFSET
0,2
FORMULA
G.f.: hypergeom([1/9, 2/9, 4/9, 5/9, 7/9, 8/9], [1/5, 2/5, 1/2, 3/5, 4/5], 14348907/12500*x).
MATHEMATICA
f[n_] := (9n)! n!/((5n)! (3n)! (2n)!); Array[f, 13, 0] (* or *) CoefficientList[ Series[ HypergeometricPFQ[{1/9, 2/9, 4/9, 5/9, 7/9, 8/9}, {1/5, 2/5, 1/2, 3/5, 4/5}, 14348907/12500 x], {x, 0, 12}], x] (* Robert G. Wilson v, Nov 23 2017 *)
CROSSREFS
Cf. A295431.
Sequence in context: A179714 A109929 A351484 * A362170 A203062 A259452
KEYWORD
nonn
AUTHOR
Gheorghe Coserea, Nov 23 2017
STATUS
approved