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!)
A321976 7-dimensional Catalan numbers. 4
1, 1, 429, 1385670, 13672405890, 278607172289160, 9490348077234178440, 475073684264389879228560, 32103104214166146088869942000, 2760171874087743799855959353857200, 289232890341906497299306268771988273600, 35764585916110766978895474668714467232388000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Number of n X 7 Young tableaux.
LINKS
FORMULA
a(n) = 0!*1!*...*6! * (7*n)! / ( n!*(n+1)!*...*(n+6)! ).
a(n) ~ 3110400 * 7^(7*n + 1/2) / (Pi^3 * n^24). - Vaclav Kotesovec, Nov 23 2018
MATHEMATICA
Table[24883200*(7*n)!/(n!*(n+1)!*(n+2)!*(n+3)!*(n+4)!*(n+5)!*(n+6)!), {n, 0, 15}] (* Vincenzo Librandi, Nov 24 2018 *)
PROG
(PARI) {a(n) = 24883200*(7*n)!/(n!*(n+1)!*(n+2)!*(n+3)!*(n+4)!*(n+5)!*(n+6)!)}
(Magma) [24883200*Factorial(7*n) / (Factorial(n)*Factorial(n + 1)*Factorial(n + 2)*Factorial(n + 3)*Factorial(n + 4)*Factorial(n + 5)*Factorial(n + 6)): n in [0..15]]; // Vincenzo Librandi, Nov 24 2018
(GAP) List([0..15], n->24883200*Factorial(7*n)/Product([0..6], k->Factorial(n+k))); # Muniru A Asiru, Nov 25 2018
CROSSREFS
Row 7 of A060854.
Sequence in context: A215547 A181195 A227597 * A147694 A166537 A165058
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 23 2018
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 7 12:11 EDT 2024. Contains 372303 sequences. (Running on oeis4.)