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.

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

Original entry on oeis.org

1, 884, 1887900, 4549731788, 11560065522460, 30261639292482384, 80752826621895569988, 218391531192704847549000, 596486567319455105649942300, 1641564850552143323096960793200, 4544894671462411776709731603900400, 12644660098250754851503216626543200748
Offset: 0

Views

Author

Gheorghe Coserea, Nov 23 2017

Keywords

Crossrefs

Cf. A295431.

Programs

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

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