The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A024487 a(n) = (1/(4n+2))*M(3n; n,n,n). 2
1, 9, 120, 1925, 34398, 659736, 13302432, 278397405, 5996669250, 132166590270, 2967978162240, 67694635250424, 1564409223571600, 36561597688116000, 862822254602816640, 20535537339485077005, 492426552811873991850, 11886753074132473787250, 288645723487776840570000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Number of standard Young tableaux of shape (n,n,{1}^n). - Alois P. Heinz, Apr 05 2013
LINKS
FORMULA
a(n) ~ 3^(3*n+1/2) / (8*Pi*n^2). - Vaclav Kotesovec, Sep 06 2014
a(n) = A006480(n) / (4*n + 2) if n>0. - Michael Somos, Oct 25 2014
D-finite with recurrence: n^2*(2*n+1)*a(n) -3*(3*n-1)*(2*n-1)*(3*n-2)*a(n-1)=0. - R. J. Mathar, Apr 27 2020
EXAMPLE
G.f. = x + 9*x^2 + 120*x^3 + 1925*x^4 + 34398*x^5 + 659736*x^6 + ...
MAPLE
with(combinat):
a:= n-> multinomial(3*n, n$3)/(4*n+2):
seq(a(n), n=1..30); # Alois P. Heinz, Apr 05 2013
MATHEMATICA
a[ n_] := If[ n < 1, 0, (3 n)! / (n!^3 (4 n + 2))]; (* Michael Somos, Oct 25 2014 *)
PROG
(PARI) {a(n) = if( n<1, 0, (3*n)! / (n!^3 * (4*n + 2))}; /* Michael Somos, Oct 25 2014 */
CROSSREFS
Cf. A006480.
Sequence in context: A061172 A167593 A214698 * A002691 A234320 A157930
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by Alois P. Heinz, Apr 05 2013
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 21 17:21 EDT 2024. Contains 372738 sequences. (Running on oeis4.)