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!)
A254157 a(n) = binomial(3*n,n)^n. 1
1, 3, 225, 592704, 60037250625, 244217432431215243, 40928832685064366701940736, 287432029715751041166252933120000000, 85609985515193235253656684862285741981771256961, 1091210761769150876962680951989752349788052377750396728515625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Generally, for p > 1 is
binomial(p*n,n) ~ (p^p/(p-1)^(p-1))^n * sqrt(p/(2*Pi*n*(p-1))) * (1 - (p^2-p+1)/(12*n*p*(p-1))).
binomial(p*n,n)^n ~ exp(-(p^2-p+1)/(12*p*(p-1))) * (p^p/(p-1)^(p-1))^(n^2) * (p/(2*Pi*n*(p-1)))^(n/2).
LINKS
FORMULA
a(n) ~ exp(-7/72) * 3^(3*n^2 + n/2) / (2^(2*n^2 + n) * Pi^(n/2) * n^(n/2)).
MATHEMATICA
Table[Binomial[3n, n]^n, {n, 0, 10}]
CROSSREFS
Sequence in context: A279532 A157582 A241098 * A131493 A228871 A195500
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Jan 26 2015
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 11:30 EDT 2024. Contains 371967 sequences. (Running on oeis4.)