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!)
A215552 a(n) = binomial(8*n,n)*(6*n+1)/(7*n+1). 2
1, 7, 104, 1748, 31000, 566618, 10559208, 199448964, 3804949176, 73143988775, 1414591812920, 27492340515912, 536480138597624, 10504551860174120, 206284010045343000, 4061109502392133464, 80126310234711780600, 1583953257985260802200, 31365436013686385802048 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Number of standard Young tableaux of shape [7n,n].
LINKS
Wikipedia, Young tableau
FORMULA
a(n) = C(8*n,n)*(6*n+1)/(7*n+1).
a(n) = [x^n] ((1 - sqrt(1 - 4*x))/(2*x))^(6*n+1). - Ilya Gutkovskiy, Nov 01 2017
MAPLE
a:= n-> binomial(8*n, n)*(6*n+1)/(7*n+1):
seq(a(n), n=0..20);
MATHEMATICA
Table[Binomial[8n, n] (6n+1)/(7n+1), {n, 0, 20}] (* Harvey P. Dale, Mar 30 2014 *)
CROSSREFS
Column k=7 of A214776.
Sequence in context: A322646 A224706 A001921 * A357344 A272070 A098362
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 28 19:40 EDT 2024. Contains 372092 sequences. (Running on oeis4.)