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.

A238717 Sum_{k=0..n} C(2*k, k)^n.

Original entry on oeis.org

3, 41, 8225, 24171313, 1017938927841, 622602106165767361, 5608871461647356879321985, 752730443089043674648784110740481, 1518229276131523691441191545330131883774977, 46343219682310810626560369524452971573580502826086401
Offset: 1

Views

Author

Vaclav Kotesovec, Mar 03 2014

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Sum[Binomial[2*k,k]^n, {k, 0, n}], {n, 1, 20}]

Formula

a(n) ~ exp(-1/8) * 4^(n^2) / (Pi^(n/2) * n^(n/2)).