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.

A186419 a(n) = binomial(2*n,n)^4/(n + 1).

Original entry on oeis.org

1, 8, 432, 40000, 4802000, 672126336, 104133351168, 17341997916672, 3048398071290000, 558804401233936000, 105925743088302215936, 20636658594095770856448, 4113235881503101575668992, 835806107659613266400000000, 172665358079973774114240000000
Offset: 0

Views

Author

Emanuele Munarini, Feb 21 2011

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Binomial[2n,n]^4/(n+1),{n,0,40}]
  • Maxima
    makelist(binomial(2*n,n)^4/(n+1),n,0,12);

Formula

G.f.: 4F3({1/2,1/2,1/2,1/2},{1,1,2},256x), where 4F3 is a hypergeometric series.