login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A214400 a(n) = binomial(n^2 + 3*n, n). 2
1, 4, 45, 816, 20475, 658008, 25827165, 1198774720, 64276915527, 3911395881900, 266401260897200, 20082459351180240, 1660305826125766950, 149389005978091284720, 14533945899753270066525, 1520398315196482557890304, 170190601112537814791748255 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Equals the central terms of triangle A214398.
LINKS
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
MAPLE
seq(binomial(n^2+3*n, n), n=0..30); # Robert Israel, Mar 04 2022
PROG
(PARI) a(n)=binomial(n^2+3*n, n)
CROSSREFS
Sequence in context: A233313 A126747 A107668 * A360344 A197989 A338456
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 15 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 09:08 EDT 2024. Contains 371964 sequences. (Running on oeis4.)