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.

A381161 a(n) = (10*n)!/((n!)^3*(2*n)!*(5*n)!).

Original entry on oeis.org

1, 15120, 3491888400, 1304290155168000, 601680868708529610000, 312696069714024464473125120, 175460887238127057573116837126400, 103865765423748548466734695459219968000, 63958974275578307119821712720619705931210000, 40596987692554701292235753375257230410967703200000
Offset: 0

Views

Author

Stefano Spezia, Feb 15 2025

Keywords

Comments

Calabi-Yau series number 2.

Crossrefs

Programs

  • Mathematica
    a[n_]:=(10n)!/((n!)^3*(2n)!*(5n)!); Array[a,10,0]

Formula

G.f.: hypergeom([1/10, 3/10, 7/10, 9/10], [1, 1, 1], 2^8*5^5*x).
a(n) ~ 9*2^(3+8*n)*5^(1+5*n)/((1 + 24*n)*(1 + 60*n)*Pi^2).