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!)
A136419 a(n) = binomial((n+2)*(n+1),(n+1)*n). 1
1, 15, 924, 125970, 30045015, 11058116888, 5804731963800, 4116305022165108, 3789648142708598775, 4393971523180763714190, 6264034568006128435579200, 10768081679718351117338193075, 21964431474217462812712934302044 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ exp(2*n + 4) * n^(2*n + 3/2) / (sqrt(Pi) * 2^(2*n + 3)). - Vaclav Kotesovec, Mar 04 2018
MATHEMATICA
Table[Binomial[(n+2)(n+1), (n+1)n], {n, 0, 20}] (* Harvey P. Dale, Nov 27 2016 *)
PROG
(Sage) [binomial(n*(n+1), 2*n) for n in range(1, 14)] # Zerinvary Lajos, Jun 01 2009
(Magma) [Binomial((n+2)*(n+1), (n+1)*n): n in [0..20]]; // Vincenzo Librandi, Mar 04 2018
CROSSREFS
Sequence in context: A042747 A324423 A261067 * A231121 A103639 A055413
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 13 2008
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 May 8 04:56 EDT 2024. Contains 372319 sequences. (Running on oeis4.)