cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A295441 a(n) = (9*n)!*n!/((5*n)!*(3*n)!*(2*n)!).

Original entry on oeis.org

1, 252, 204204, 191222460, 190004674860, 195022529167752, 204320742803699340, 217111359982448115765, 233102038867603938770220, 252255185100017685406870560, 274687728872310943504451521704, 300625891932698784845526074953032, 330384570746416514397560106035996940
Offset: 0

Views

Author

Gheorghe Coserea, Nov 23 2017

Keywords

Crossrefs

Cf. A295431.

Programs

  • 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 *)

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).
a(n) ~ 3^(15*n + 1/2) / (2^(2*n+1) * 5^(5*n + 1/2) * sqrt(Pi*n)). - Vaclav Kotesovec, Jul 11 2025