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.

A331329 a(n) = binomial(5*n, n)*hypergeom([-4*n, -n], [-5*n], -1).

Original entry on oeis.org

1, 9, 145, 2625, 50049, 982729, 19665841, 398796225, 8166636545, 168502295625, 3497529199185, 72949645000065, 1527671538372225, 32100078290806665, 676451066002195825, 14290577765009652865, 302557549412667613185, 6417968867896642617225, 136371773642235542394385
Offset: 0

Views

Author

Peter Luschny, Jan 31 2020

Keywords

Comments

Special case of generalized Delannoy numbers (see cross-references):
T(n, k) = binomial(k*n, n)*hypergeom([(1-k)*n, -n], [-k*n], -1).

Crossrefs

Cf. A001850 (k=2), A026000 (k=3), A026001 (k=4), this sequence (k=5), A341491 (k=6).

Programs

  • Mathematica
    a[n_] := Binomial[5 n, n] Hypergeometric2F1[-4 n, -n, -5 n, -1];
    Array[a, 19, 0]

Formula

a(n) ~ sqrt(5 + 21/sqrt(17)) * (349 + 85*sqrt(17))^n / (sqrt(Pi*n) * 2^(5*n + 2)). - Vaclav Kotesovec, Feb 13 2021