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.

A295475 a(n) = (20*n)!*(3*n)!/((10*n)!*(9*n)!*(4*n)!).

Original entry on oeis.org

1, 461890, 935387159850, 2182519096151533552, 5398397695681095146608490, 13787702861800799166026014363140, 35936545440404705429404600374145350960, 94988519542968717273112119046397042704228800, 253668511451664737174164792111754605640400674756970
Offset: 0

Views

Author

Gheorghe Coserea, Nov 28 2017

Keywords

Crossrefs

Cf. A295431.

Programs

  • Mathematica
    Table[((20n)!(3n)!)/((10n)!(9n)!(4n)!),{n,0,20}] (* Harvey P. Dale, Mar 26 2022 *)

Formula

G.f.: hypergeom([1/20, 3/20, 7/20, 9/20, 11/20, 13/20, 17/20, 19/20], [1/9, 2/9, 4/9, 1/2, 5/9, 7/9, 8/9], 40960000000000/14348907*x).