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.

A381162 a(n) = (8*n)!/((n!)^4*(4*n)!).

Original entry on oeis.org

1, 1680, 32432400, 999456057600, 37905932634570000, 1617318175088527591680, 74451445170005824874553600, 3614146643656788883257309696000, 182458061523203642337177421198794000, 9493111901274733909567003010522405280000, 505860213332178847817809654781948251947782400
Offset: 0

Views

Author

Stefano Spezia, Feb 15 2025

Keywords

Comments

Calabi-Yau series number 7.

Crossrefs

Programs

  • Mathematica
    a[n_]:=(8n)!/((n!)^4*(4n)!); Array[a,11,0]

Formula

G.f.: hypergeom([1/8, 3/8, 5/8, 7/8], [1, 1, 1], 2^16*x).
a(n) ~ 2^(16*n - 3/2) / (Pi^2*n^2). - Vaclav Kotesovec, May 29 2025