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.

Showing 1-3 of 3 results.

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

A195393 a(n) = (9*n)!.

Original entry on oeis.org

1, 362880, 6402373705728000, 10888869450418352160768000000, 371993326789901217467999448150835200000000, 119622220865480194561963161495657715064383733760000000000
Offset: 0

Views

Author

Vincenzo Librandi, Sep 24 2011

Keywords

Crossrefs

Programs

  • Magma
    [Factorial(9*n): n in [0..10]];
  • Mathematica
    (9Range[0,10])! (* Harvey P. Dale, Jan 25 2023 *)

A195394 a(n) = (10*n)!

Original entry on oeis.org

1, 3628800, 2432902008176640000, 265252859812191058636308480000000, 815915283247897734345611269596115894272000000000, 30414093201713378043612608166064768844377641568960512000000000000
Offset: 0

Views

Author

Vincenzo Librandi, Sep 24 2011

Keywords

Crossrefs

Programs

  • Magma
    [Factorial(10*n): n in [0..10]];
  • Mathematica
    a[n_] := (10*n)!; Array[a, 6, 0] (* Amiram Eldar, Apr 03 2021 *)
    (10*Range[0,10])! (* Harvey P. Dale, Aug 04 2025 *)

Formula

From Amiram Eldar, Apr 03 2021: (Start)
a(n) = A000142(A008592(n)).
Sum_{n>=0} 1/a(n) = A195070.
Sum_{n>=0} (-1)^n/a(n) = A196498. (End)
Showing 1-3 of 3 results.