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!)
A215553 a(n) = binomial(9*n,n)*(7*n+1)/(8*n+1). 2
1, 8, 135, 2574, 51765, 1072764, 22664655, 485325150, 10495906641, 228723580800, 5014392953273, 110471247622008, 2443644577217025, 54238301397083592, 1207358254510786125, 26943600312354592800, 602594302548520646793, 13502992968597378745800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Number of standard Young tableaux of shape [8n,n].
LINKS
Wikipedia, Young tableau
FORMULA
a(n) = C(9*n,n)*(7*n+1)/(8*n+1).
a(n) = [x^n] ((1 - sqrt(1 - 4*x))/(2*x))^(7*n+1). - Ilya Gutkovskiy, Nov 01 2017
MAPLE
a:= n-> binomial(9*n, n)*(7*n+1)/(8*n+1):
seq(a(n), n=0..20);
CROSSREFS
Column k=8 of A214776.
Sequence in context: A316177 A003375 A007032 * A069988 A229237 A291699
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Aug 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 27 15:53 EDT 2024. Contains 372019 sequences. (Running on oeis4.)