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.

A214400 a(n) = binomial(n^2 + 3*n, n).

Original entry on oeis.org

1, 4, 45, 816, 20475, 658008, 25827165, 1198774720, 64276915527, 3911395881900, 266401260897200, 20082459351180240, 1660305826125766950, 149389005978091284720, 14533945899753270066525, 1520398315196482557890304, 170190601112537814791748255
Offset: 0

Views

Author

Paul D. Hanna, Jul 15 2012

Keywords

Comments

Equals the central terms of triangle A214398.

Crossrefs

Programs

  • Maple
    seq(binomial(n^2+3*n,n),n=0..30); # Robert Israel, Mar 04 2022
  • PARI
    a(n)=binomial(n^2+3*n, n)

Formula

a(n) = [x^n] 1/(1 - x)^((n+1)^2). - Ilya Gutkovskiy, Oct 04 2017
a(n) ~ n^(n-1/2)*exp(n+5/2)/sqrt(2*Pi). - Robert Israel, Mar 04 2022