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.

A381292 Expansion of g.f. hypergeom([1/2, 3/4, 5/4], [1, 3/2], 256*x).

Original entry on oeis.org

1, 80, 12096, 2196480, 435635200, 91017658368, 19681596211200, 4361120388218880, 984138122900275200, 225245492144504832000, 52138539404512009912320, 12180522019129546663526400, 2867511425916768698757021696, 679455041354637369514813030400, 161892954188496214335204360192000
Offset: 0

Views

Author

Stefano Spezia, Feb 19 2025

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_]:=2^(6n+1)Gamma[2n+3/2]/((2n+1)Sqrt[Pi]n!^2); Array[a,15,0]

Formula

a(n) = 2^(6*n+1)*Gamma(2*n+3/2)/((2*n+1)*sqrt(Pi)*(n!)^2).