[go: up one dir, main page]

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!)
A215545 Number of standard Young tableaux of shape [5n,5]. 2
0, 42, 1638, 10659, 40480, 115101, 272272, 566618, 1072764, 1888460, 3137706, 4973877, 7582848, 11186119, 16043940, 22458436, 30776732, 41394078, 54756974, 71366295, 91780416, 116618337, 146562808, 182363454, 224839900, 274884896, 333467442, 401635913 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Also the number of binary words with 5n 1's and 5 0's such that for every prefix the number of 1's is >= the number of 0's.
LINKS
Wikipedia, Young tableau
FORMULA
G.f.: (4*x^5-24*x^4+256*x^3+1461*x^2+1386*x+42)*x/(x-1)^6.
a(n) = (5*n-4)*(5*n+2)*(5*n+3)*(5*n+4)*(n+1)/24 for n>0, a(0) = 0.
MAPLE
a:= n-> max(0, (5*n-4)*(5*n+2)*(5*n+3)*(5*n+4)*(n+1)/24):
seq(a(n), n=0..40);
CROSSREFS
Row n=5 of A214776.
Sequence in context: A155021 A270410 A000502 * A004997 A120815 A162879
KEYWORD
nonn,easy
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 August 29 15:31 EDT 2024. Contains 375517 sequences. (Running on oeis4.)